次の方法で共有


ProfileUpdateParameters コンストラクター

定義

オーバーロード

ProfileUpdateParameters()

ProfileUpdateParameters クラスの新しいインスタンスを初期化します。

ProfileUpdateParameters(IDictionary<String,String>)

ProfileUpdateParameters クラスの新しいインスタンスを初期化します。

ProfileUpdateParameters()

ProfileUpdateParameters クラスの新しいインスタンスを初期化します。

public ProfileUpdateParameters ();
Public Sub New ()

適用対象

ProfileUpdateParameters(IDictionary<String,String>)

ProfileUpdateParameters クラスの新しいインスタンスを初期化します。

public ProfileUpdateParameters (System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.Cdn.Models.ProfileUpdateParameters : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Cdn.Models.ProfileUpdateParameters
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing)

パラメーター

tags
IDictionary<String,String>

プロファイル タグ

適用対象