TagOperationsExtensions.CreateOrUpdateValueAsync Method

Definition

Create a subscription resource tag value.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.TagCreateValueResult> CreateOrUpdateValueAsync (this Microsoft.Azure.Management.Resources.ITagOperations operations, string tagName, string tagValue);
static member CreateOrUpdateValueAsync : Microsoft.Azure.Management.Resources.ITagOperations * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.TagCreateValueResult>
<Extension()>
Public Function CreateOrUpdateValueAsync (operations As ITagOperations, tagName As String, tagValue As String) As Task(Of TagCreateValueResult)

Parameters

operations
ITagOperations

Reference to the Microsoft.Azure.Management.Resources.ITagOperations.

tagName
String

Required. The name of the tag.

tagValue
String

Required. The value of the tag.

Returns

Tag information.

Applies to