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

29 строки
1.9 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.model.UpdatableWithTags"
fullName: "com.microsoft.azure.management.network.model.UpdatableWithTags<T>"
name: "UpdatableWithTags<T>"
nameWithType: "UpdatableWithTags<T>"
summary: "Interface for a resource which tags can be updated as a separate operation."
syntax: "public interface **UpdatableWithTags<T>**"
methods:
- uid: "com.microsoft.azure.management.network.model.UpdatableWithTags.updateTags()"
fullName: "com.microsoft.azure.management.network.model.UpdatableWithTags<T>.updateTags()"
name: "updateTags()"
nameWithType: "UpdatableWithTags<T>.updateTags()"
summary: "Begins a tags update for a resource."
modifiers:
- "abstract"
syntax: "public abstract UpdatableWithTags.UpdateWithTags<T> updateTags()"
desc: "Begins a tags update for a resource.\n\nThis is the beginning of the builder pattern used to update tags for a resources in Azure. The final method completing the definition and starting the actual resource update process in Azure is <xref uid=\"com.microsoft.azure.management.network.model.AppliableWithTags.applyTags()\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AppliableWithTags#applyTags()\"></xref>."
returns:
description: "the stage of new resource update"
type: "<xref href=\"com.microsoft.azure.management.network.model.UpdatableWithTags.UpdateWithTags?alt=com.microsoft.azure.management.network.model.UpdatableWithTags.UpdateWithTags&text=UpdateWithTags\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
typeParameters:
- description: "the fluent type of the resource"
name: "T"
desc: "Interface for a resource which tags can be updated as a separate operation."
metadata: {}
package: "com.microsoft.azure.management.network.model"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4