TagsOperationsExtensions.CreateOrUpdateValue メソッド

定義

定義済みのタグ名の定義済みの値を作成します。

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

パラメーター

operations
ITagsOperations

この拡張メソッドの操作グループ。

tagName
String

タグの名前。

tagValue
String

作成するタグの値。

戻り値

注釈

この操作により、既存の定義済みタグ名の定義済み値の一覧に値を追加できます。 タグ値の最大文字数は 256 文字です。

適用対象