TagsOperationsExtensions.CreateOrUpdateValue(ITagsOperations, String, String) Method

Definition

public static Microsoft.Azure.Management.Internal.Resources.Models.TagValue CreateOrUpdateValue (this Microsoft.Azure.Management.Internal.Resources.ITagsOperations operations, string tagName, string tagValue);
static member CreateOrUpdateValue : Microsoft.Azure.Management.Internal.Resources.ITagsOperations * string * string -> Microsoft.Azure.Management.Internal.Resources.Models.TagValue
<Extension()>
Public Function CreateOrUpdateValue (operations As ITagsOperations, tagName As String, tagValue As String) As TagValue

Parameters

operations
ITagsOperations
tagName
String
tagValue
String

Returns

TagValue

Applies to