azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.managem...

92 строки
7.4 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.resources.TagOperations"
fullName: "com.microsoft.azure.management.resources.TagOperations"
name: "TagOperations"
nameWithType: "TagOperations"
summary: "Entry point to tag management API."
syntax: "public interface TagOperations extends HasManager<ResourceManager>"
methods:
- uid: "com.microsoft.azure.management.resources.TagOperations.updateTags(com.microsoft.azure.management.resources.fluentcore.arm.models.Resource,java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.microsoft.azure.management.resources.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.microsoft.azure.management.resources.fluentcore.arm.models.Resource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
- description: "the tags"
name: "tags"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&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.microsoft.azure.management.resources.TagResource?alt=com.microsoft.azure.management.resources.TagResource&text=TagResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.TagOperations.updateTags(java.lang.String,java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.microsoft.azure.management.resources.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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the tags"
name: "tags"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&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.microsoft.azure.management.resources.TagResource?alt=com.microsoft.azure.management.resources.TagResource&text=TagResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.resources.TagOperations.updateTagsAsync(com.microsoft.azure.management.resources.fluentcore.arm.models.Resource,java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.microsoft.azure.management.resources.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.microsoft.azure.management.resources.fluentcore.arm.models.Resource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
- description: "the tags"
name: "tags"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract Observable<TagResource> updateTagsAsync(Resource resource, Map<String,String> tags)"
desc: "Updates the tags of the Azure resource."
returns:
description: "the resource with updated tags"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.TagResource?alt=com.microsoft.azure.management.resources.TagResource&text=TagResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.resources.TagOperations.updateTagsAsync(java.lang.String,java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.microsoft.azure.management.resources.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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the tags"
name: "tags"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public abstract Observable<TagResource> updateTagsAsync(String resourceId, Map<String,String> tags)"
desc: "Updates the tags of the Azure resource."
returns:
description: "the resource with updated tags"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.TagResource?alt=com.microsoft.azure.management.resources.TagResource&text=TagResource\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Entry point to tag management API."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.implementation.ResourceManager?alt=com.microsoft.azure.management.resources.implementation.ResourceManager&text=ResourceManager\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.resources"
artifact: com.microsoft.azure:azure-mgmt-resources:1.41.4