次の方法で共有


IWithTags.WithTags(IDictionary<String,String>) メソッド

定義

接続モニターのタグを指定します。

public Microsoft.Azure.Management.Network.Fluent.ConnectionMonitor.Definition.IWithCreate WithTags (System.Collections.Generic.IDictionary<string,string> tags);
abstract member WithTags : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Network.Fluent.ConnectionMonitor.Definition.IWithCreate
Public Function WithTags (tags As IDictionary(Of String, String)) As IWithCreate

パラメーター

tags
IDictionary<String,String>

名前でインデックスが付いたタグ。

戻り値

適用対象