Uses of Class
com.azure.resourcemanager.apimanagement.models.TagDescriptionCreateParameters
Packages that use TagDescriptionCreateParameters
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of TagDescriptionCreateParameters in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type TagDescriptionCreateParametersModifier and TypeMethodDescriptionApiTagDescriptionsClient.createOrUpdate(String resourceGroupName, String serviceName, String apiId, String tagDescriptionId, TagDescriptionCreateParameters parameters) Create/Update tag description in scope of the Api.ApiTagDescriptionsClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String apiId, String tagDescriptionId, TagDescriptionCreateParameters parameters, String ifMatch, com.azure.core.util.Context context) Create/Update tag description in scope of the Api. -
Uses of TagDescriptionCreateParameters in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return TagDescriptionCreateParametersModifier and TypeMethodDescriptionTagDescriptionCreateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TagDescriptionCreateParameters from the JsonReader.TagDescriptionCreateParameters.withDescription(String description) Set the description property: Description of the Tag.TagDescriptionCreateParameters.withExternalDocsDescription(String externalDocsDescription) Set the externalDocsDescription property: Description of the external resources describing the tag.TagDescriptionCreateParameters.withExternalDocsUrl(String externalDocsUrl) Set the externalDocsUrl property: Absolute URL of external resources describing the tag.