次の方法で共有


ApiProfile コンストラクター

定義

オーバーロード

ApiProfile()

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

ApiProfile(String, String)

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

ApiProfile()

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

public ApiProfile ();
Public Sub New ()

適用対象

ApiProfile(String, String)

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

public ApiProfile (string profileVersion = default, string apiVersion = default);
new Microsoft.Azure.Management.ResourceManager.Models.ApiProfile : string * string -> Microsoft.Azure.Management.ResourceManager.Models.ApiProfile
Public Sub New (Optional profileVersion As String = Nothing, Optional apiVersion As String = Nothing)

パラメーター

profileVersion
String

プロファイルのバージョン。

apiVersion
String

API のバージョン。

適用対象