Bagikan melalui


IndependentChildResourceImpl<IFluentResourceT,FluentParentModelT,InnerModelT,FluentResourceT,IDefinitionT,IUpdatableT,ManagerT>.WithTag Method

Definition

Adds a tag to the resource.

public FluentResourceT WithTag (string key, string value);
member this.WithTag : string * string -> 'FluentResourceT
Public Function WithTag (key As String, value As String) As FluentResourceT

Parameters

key
String

The key for the tag.

value
String

The value for the tag.

Returns

FluentResourceT

Applies to