IUpdateWithTags<T> Interface

Definition

An update allowing tags to be modified for the resource.

public interface IUpdateWithTags<T>
type IUpdateWithTags<'T> = interface
Public Interface IUpdateWithTags(Of T)

Type Parameters

T

The type of the resource being update.

Derived

Methods

WithoutTag(String)

Removes a tag from the resource.

WithTag(String, String)

Adds a tag to the resource.

WithTags(IDictionary<String,String>)

Specifies tags for the resource as a Map.

Applies to