ResourceBase<IFluentResourceT,InnerResourceT,FluentResourceT,IDefinitionAfterRegion,DefTypeWithTags,UTypeWithTags>.IUpdateWithTags<UTypeWithTags>.WithTag Method

Definition

UTypeWithTags IUpdateWithTags<UTypeWithTags>.WithTag (string key, string value);
abstract member Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<UTypeWithTags>.WithTag : string * string -> 'UTypeWithTags
override this.Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<UTypeWithTags>.WithTag : string * string -> 'UTypeWithTags
Function WithTag (key As String, value As String) As UTypeWithTags Implements IUpdateWithTags(Of UTypeWithTags).WithTag

Parameters

key
String
value
String

Returns

UTypeWithTags

Implements

Applies to