次の方法で共有


ApiManagementConfig コンストラクター

定義

オーバーロード

ApiManagementConfig()

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

ApiManagementConfig(String)

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

ApiManagementConfig()

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

public ApiManagementConfig ();
Public Sub New ()

適用対象

ApiManagementConfig(String)

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

public ApiManagementConfig (string id = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.ApiManagementConfig : string -> Microsoft.Azure.Management.AppService.Fluent.Models.ApiManagementConfig
Public Sub New (Optional id As String = Nothing)

パラメーター

id
String

APIM-Api識別子。

適用対象