Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.TagDescriptionContractProperties
Packages that use TagDescriptionContractProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
-
Uses of TagDescriptionContractProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return TagDescriptionContractPropertiesModifier and TypeMethodDescriptionTagDescriptionContractProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TagDescriptionContractProperties from the JsonReader.TagDescriptionContractProperties.withDescription(String description) Set the description property: Description of the Tag.TagDescriptionContractProperties.withDisplayName(String displayName) Set the displayName property: Tag name.TagDescriptionContractProperties.withExternalDocsDescription(String externalDocsDescription) Set the externalDocsDescription property: Description of the external resources describing the tag.TagDescriptionContractProperties.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}.