Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.TagDescriptionContractInner
Packages that use TagDescriptionContractInner
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of TagDescriptionContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return TagDescriptionContractInnerModifier and TypeMethodDescriptionApiTagDescriptionsClient.createOrUpdate(String resourceGroupName, String serviceName, String apiId, String tagDescriptionId, TagDescriptionCreateParameters parameters) Create/Update tag description in scope of the Api.ApiTagDescriptionsClient.get(String resourceGroupName, String serviceName, String apiId, String tagDescriptionId) Get Tag description in scope of API.Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type TagDescriptionContractInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<TagDescriptionContractInner> ApiTagDescriptionsClient.listByService(String resourceGroupName, String serviceName, String apiId) Lists all Tags descriptions in scope of API.com.azure.core.http.rest.PagedIterable<TagDescriptionContractInner> ApiTagDescriptionsClient.listByService(String resourceGroupName, String serviceName, String apiId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists all Tags descriptions in scope of API. -
Uses of TagDescriptionContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return TagDescriptionContractInnerModifier and TypeMethodDescriptionstatic TagDescriptionContractInnerTagDescriptionContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TagDescriptionContractInner from the JsonReader.TagDescriptionContractInner.withDescription(String description) Set the description property: Description of the Tag.TagDescriptionContractInner.withDisplayName(String displayName) Set the displayName property: Tag name.TagDescriptionContractInner.withExternalDocsDescription(String externalDocsDescription) Set the externalDocsDescription property: Description of the external resources describing the tag.TagDescriptionContractInner.withExternalDocsUrl(String externalDocsUrl) Set the externalDocsUrl property: Absolute URL of external resources describing the tag.Set the tagId property: Identifier of the tag in the form of /tags/{tagId}. -
Uses of TagDescriptionContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return TagDescriptionContractInnerModifier and TypeMethodDescriptionApiTagDescriptionsCreateOrUpdateResponse.getValue()Gets the deserialized response body.ApiTagDescriptionsGetResponse.getValue()Gets the deserialized response body.TagDescriptionContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.TagDescriptionContractInner object.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type TagDescriptionContractInnerModifier and TypeMethodDescriptionTagDescriptionCollection.value()Get the value property: Page values.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type TagDescriptionContractInnerModifier and TypeMethodDescriptionTagDescriptionCollection.withValue(List<TagDescriptionContractInner> value) Set the value property: Page values.Constructors in com.azure.resourcemanager.apimanagement.models with parameters of type TagDescriptionContractInnerModifierConstructorDescriptionApiTagDescriptionsCreateOrUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, TagDescriptionContractInner value, ApiTagDescriptionsCreateOrUpdateHeaders headers) Creates an instance of ApiTagDescriptionsCreateOrUpdateResponse.ApiTagDescriptionsGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, TagDescriptionContractInner value, ApiTagDescriptionsGetHeaders headers) Creates an instance of ApiTagDescriptionsGetResponse.