IUpdateWithTags<T> Interface

Definition

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

Type Parameters

T
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 {@link Map}.

Applies to