Sdílet prostřednictvím


IUpdatableWithTags<T>.UpdateTags Method

Definition

Begins a tags update for a resource. 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().

public Microsoft.Azure.Management.Network.Fluent.UpdatableWithTags.UpdatableWithTags.IUpdateWithTags<T> UpdateTags ();
abstract member UpdateTags : unit -> Microsoft.Azure.Management.Network.Fluent.UpdatableWithTags.UpdatableWithTags.IUpdateWithTags<'T>
Public Function UpdateTags () As IUpdateWithTags(Of T)

Returns

Applies to