次の方法で共有


ApiCreateOrUpdatePropertiesWsdlSelector コンストラクター

定義

オーバーロード

ApiCreateOrUpdatePropertiesWsdlSelector()

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

ApiCreateOrUpdatePropertiesWsdlSelector(String, String)

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

ApiCreateOrUpdatePropertiesWsdlSelector()

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

public ApiCreateOrUpdatePropertiesWsdlSelector();
Public Sub New ()

適用対象

ApiCreateOrUpdatePropertiesWsdlSelector(String, String)

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

public ApiCreateOrUpdatePropertiesWsdlSelector(string wsdlServiceName = default, string wsdlEndpointName = default);
new Microsoft.Azure.Management.ApiManagement.Models.ApiCreateOrUpdatePropertiesWsdlSelector : string * string -> Microsoft.Azure.Management.ApiManagement.Models.ApiCreateOrUpdatePropertiesWsdlSelector
Public Sub New (Optional wsdlServiceName As String = Nothing, Optional wsdlEndpointName As String = Nothing)

パラメーター

wsdlServiceName
String

WSDL からインポートするサービスの名前

wsdlEndpointName
String

WSDL からインポートするエンドポイント (ポート) の名前

適用対象