azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.r...

92 строки
7.5 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.resources.models.TagOperations"
fullName: "com.azure.resourcemanager.resources.models.TagOperations"
name: "TagOperations"
nameWithType: "TagOperations"
summary: "Entry point to tag management API."
syntax: "public interface **TagOperations**</br> extends <xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.resources.ResourceManager?alt=com.azure.resourcemanager.resources.ResourceManager&text=ResourceManager\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.azure.resourcemanager.resources.models.TagOperations.updateTags(com.azure.resourcemanager.resources.fluentcore.arm.models.Resource,java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.azure.resourcemanager.resources.models.TagOperations.updateTags(Resource resource, Map<String,String> tags)"
name: "updateTags(Resource resource, Map<String,String> tags)"
nameWithType: "TagOperations.updateTags(Resource resource, Map<String,String> tags)"
summary: "Updates the tags of the Azure resource."
modifiers:
- "abstract"
parameters:
- description: "the Azure resource to have its tags updated"
name: "resource"
type: "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.Resource?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
- description: "the tags"
name: "tags"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public abstract TagResource updateTags(Resource resource, Map<String,String> tags)"
desc: "Updates the tags of the Azure resource."
returns:
description: "the resource with updated tags"
type: "<xref href=\"com.azure.resourcemanager.resources.models.TagResource?alt=com.azure.resourcemanager.resources.models.TagResource&text=TagResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.resources.models.TagOperations.updateTags(java.lang.String,java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.azure.resourcemanager.resources.models.TagOperations.updateTags(String resourceId, Map<String,String> tags)"
name: "updateTags(String resourceId, Map<String,String> tags)"
nameWithType: "TagOperations.updateTags(String resourceId, Map<String,String> tags)"
summary: "Updates the tags of the Azure resource."
modifiers:
- "abstract"
parameters:
- description: "the ID of the Azure resource to have its tags updated"
name: "resourceId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "the tags"
name: "tags"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public abstract TagResource updateTags(String resourceId, Map<String,String> tags)"
desc: "Updates the tags of the Azure resource."
returns:
description: "the resource with updated tags"
type: "<xref href=\"com.azure.resourcemanager.resources.models.TagResource?alt=com.azure.resourcemanager.resources.models.TagResource&text=TagResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.resources.models.TagOperations.updateTagsAsync(com.azure.resourcemanager.resources.fluentcore.arm.models.Resource,java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.azure.resourcemanager.resources.models.TagOperations.updateTagsAsync(Resource resource, Map<String,String> tags)"
name: "updateTagsAsync(Resource resource, Map<String,String> tags)"
nameWithType: "TagOperations.updateTagsAsync(Resource resource, Map<String,String> tags)"
summary: "Updates the tags of the Azure resource."
modifiers:
- "abstract"
parameters:
- description: "the Azure resource to have its tags updated"
name: "resource"
type: "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.Resource?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
- description: "the tags"
name: "tags"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public abstract Mono<TagResource> updateTagsAsync(Resource resource, Map<String,String> tags)"
desc: "Updates the tags of the Azure resource."
returns:
description: "the resource with updated tags"
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.resources.models.TagResource?alt=com.azure.resourcemanager.resources.models.TagResource&text=TagResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.resources.models.TagOperations.updateTagsAsync(java.lang.String,java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.azure.resourcemanager.resources.models.TagOperations.updateTagsAsync(String resourceId, Map<String,String> tags)"
name: "updateTagsAsync(String resourceId, Map<String,String> tags)"
nameWithType: "TagOperations.updateTagsAsync(String resourceId, Map<String,String> tags)"
summary: "Updates the tags of the Azure resource."
modifiers:
- "abstract"
parameters:
- description: "the ID of the Azure resource to have its tags updated"
name: "resourceId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "the tags"
name: "tags"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public abstract Mono<TagResource> updateTagsAsync(String resourceId, Map<String,String> tags)"
desc: "Updates the tags of the Azure resource."
returns:
description: "the resource with updated tags"
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.resources.models.TagResource?alt=com.azure.resourcemanager.resources.models.TagResource&text=TagResource\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Entry point to tag management API."
implements:
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.resources.ResourceManager?alt=com.azure.resourcemanager.resources.ResourceManager&text=ResourceManager\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.resources.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-resources:2.42.0