Share via


TagsOperationsExtensions.CreateOrUpdateValue Method

Definition

public static Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.Models.TagValue CreateOrUpdateValue (this Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.ITagsOperations operations, string tagName, string tagValue);
static member CreateOrUpdateValue : Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.ITagsOperations * string * string -> Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01.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

Applies to