次の方法で共有


ApiManagementServiceApplyNetworkConfigurationParameters コンストラクター

定義

オーバーロード

ApiManagementServiceApplyNetworkConfigurationParameters()

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

ApiManagementServiceApplyNetworkConfigurationParameters(String)

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

ApiManagementServiceApplyNetworkConfigurationParameters()

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

public ApiManagementServiceApplyNetworkConfigurationParameters ();
Public Sub New ()

適用対象

ApiManagementServiceApplyNetworkConfigurationParameters(String)

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

public ApiManagementServiceApplyNetworkConfigurationParameters (string location = default);
new Microsoft.Azure.Management.ApiManagement.Models.ApiManagementServiceApplyNetworkConfigurationParameters : string -> Microsoft.Azure.Management.ApiManagement.Models.ApiManagementServiceApplyNetworkConfigurationParameters
Public Sub New (Optional location As String = Nothing)

パラメーター

location
String

マルチリージョン サービス用に更新する Api Management サービスの場所。 1 つのリージョンにデプロイされたサービスの場合、このパラメーターは必要ありません。

適用対象