Uses of Class
com.azure.resourcemanager.apicenter.models.ApiProperties
Packages that use ApiProperties
Package
Description
Package containing the inner data models for AzureApiCenter.
Package containing the data models for AzureApiCenter.
-
Uses of ApiProperties in com.azure.resourcemanager.apicenter.fluent.models
Methods in com.azure.resourcemanager.apicenter.fluent.models that return ApiPropertiesModifier and TypeMethodDescriptionApiInner.properties()
Get the properties property: The resource-specific properties for this resource.Methods in com.azure.resourcemanager.apicenter.fluent.models with parameters of type ApiPropertiesModifier and TypeMethodDescriptionApiInner.withProperties
(ApiProperties properties) Set the properties property: The resource-specific properties for this resource. -
Uses of ApiProperties in com.azure.resourcemanager.apicenter.models
Methods in com.azure.resourcemanager.apicenter.models that return ApiPropertiesModifier and TypeMethodDescriptionstatic ApiProperties
ApiProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ApiProperties from the JsonReader.Api.properties()
Gets the properties property: The resource-specific properties for this resource.ApiProperties.withContacts
(List<Contact> contacts) Set the contacts property: The set of contacts.ApiProperties.withCustomProperties
(Object customProperties) Set the customProperties property: The custom metadata defined for API catalog entities.ApiProperties.withDescription
(String description) Set the description property: Description of the API.ApiProperties.withExternalDocumentation
(List<ExternalDocumentation> externalDocumentation) Set the externalDocumentation property: The set of external documentation.Set the kind property: Kind of API.ApiProperties.withLicense
(License license) Set the license property: The license information for the API.ApiProperties.withSummary
(String summary) Set the summary property: Short description of the API.ApiProperties.withTermsOfService
(TermsOfService termsOfService) Set the termsOfService property: Terms of service for the API.Set the title property: API title.Methods in com.azure.resourcemanager.apicenter.models with parameters of type ApiPropertiesModifier and TypeMethodDescriptionApi.DefinitionStages.WithProperties.withProperties
(ApiProperties properties) Specifies the properties property: The resource-specific properties for this resource..Api.UpdateStages.WithProperties.withProperties
(ApiProperties properties) Specifies the properties property: The resource-specific properties for this resource..