T - the fluent type of the resourcepublic interface UpdatableWithTags<T>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
UpdatableWithTags.UpdateWithTags<T>
An update allowing tags to be modified for the resource.
|
| Modifier and Type | Method and Description |
|---|---|
UpdatableWithTags.UpdateWithTags<T> |
updateTags()
Begins a tags update for a resource.
|
UpdatableWithTags.UpdateWithTags<T> updateTags()
This 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 AppliableWithTags.applyTags().
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/