Uses of Interface
com.azure.resourcemanager.apimanagement.models.TagDescriptionContract
Packages that use TagDescriptionContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of TagDescriptionContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return TagDescriptionContractModifier and TypeMethodDescriptionTagDescriptionContract.Update.apply()Executes the update request.TagDescriptionContract.Update.apply(com.azure.core.util.Context context) Executes the update request.TagDescriptionContract.DefinitionStages.WithCreate.create()Executes the create request.TagDescriptionContract.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.ApiTagDescriptions.get(String resourceGroupName, String serviceName, String apiId, String tagDescriptionId) Get Tag description in scope of API.Get Tag description in scope of API.TagDescriptionContract.refresh()Refreshes the resource to sync with Azure.TagDescriptionContract.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type TagDescriptionContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<TagDescriptionContract> ApiTagDescriptions.getByIdWithResponse(String id, com.azure.core.util.Context context) Get Tag description in scope of API.com.azure.core.http.rest.Response<TagDescriptionContract> ApiTagDescriptions.getWithResponse(String resourceGroupName, String serviceName, String apiId, String tagDescriptionId, com.azure.core.util.Context context) Get Tag description in scope of API.com.azure.core.http.rest.PagedIterable<TagDescriptionContract> ApiTagDescriptions.listByService(String resourceGroupName, String serviceName, String apiId) Lists all Tags descriptions in scope of API.com.azure.core.http.rest.PagedIterable<TagDescriptionContract> ApiTagDescriptions.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.