Uses of Class
com.azure.resourcemanager.apimanagement.models.TagCreateUpdateParameters
Packages that use TagCreateUpdateParameters
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of TagCreateUpdateParameters in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type TagCreateUpdateParametersModifier and TypeMethodDescriptionTagsClient.createOrUpdate(String resourceGroupName, String serviceName, String tagId, TagCreateUpdateParameters parameters) Creates a tag.WorkspaceTagsClient.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String tagId, TagCreateUpdateParameters parameters) Creates a tag.TagsClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String tagId, TagCreateUpdateParameters parameters, String ifMatch, com.azure.core.util.Context context) Creates a tag.WorkspaceTagsClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String tagId, TagCreateUpdateParameters parameters, String ifMatch, com.azure.core.util.Context context) Creates a tag.TagsClient.update(String resourceGroupName, String serviceName, String tagId, String ifMatch, TagCreateUpdateParameters parameters) Updates the details of the tag specified by its identifier.WorkspaceTagsClient.update(String resourceGroupName, String serviceName, String workspaceId, String tagId, String ifMatch, TagCreateUpdateParameters parameters) Updates the details of the tag specified by its identifier.TagsClient.updateWithResponse(String resourceGroupName, String serviceName, String tagId, String ifMatch, TagCreateUpdateParameters parameters, com.azure.core.util.Context context) Updates the details of the tag specified by its identifier.WorkspaceTagsClient.updateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String tagId, String ifMatch, TagCreateUpdateParameters parameters, com.azure.core.util.Context context) Updates the details of the tag specified by its identifier. -
Uses of TagCreateUpdateParameters in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return TagCreateUpdateParametersModifier and TypeMethodDescriptionstatic TagCreateUpdateParametersTagCreateUpdateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TagCreateUpdateParameters from the JsonReader.TagCreateUpdateParameters.withDisplayName(String displayName) Set the displayName property: Tag name.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type TagCreateUpdateParametersModifier and TypeMethodDescriptionWorkspaceTags.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String tagId, TagCreateUpdateParameters parameters) Creates a tag.com.azure.core.http.rest.Response<TagContract> WorkspaceTags.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String tagId, TagCreateUpdateParameters parameters, String ifMatch, com.azure.core.util.Context context) Creates a tag.WorkspaceTags.update(String resourceGroupName, String serviceName, String workspaceId, String tagId, String ifMatch, TagCreateUpdateParameters parameters) Updates the details of the tag specified by its identifier.com.azure.core.http.rest.Response<TagContract> WorkspaceTags.updateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String tagId, String ifMatch, TagCreateUpdateParameters parameters, com.azure.core.util.Context context) Updates the details of the tag specified by its identifier.