ApiCreateOrUpdatePropertiesWsdlSelector Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ApiCreateOrUpdatePropertiesWsdlSelector() |
Initializes a new instance of the ApiCreateOrUpdatePropertiesWsdlSelector class. |
ApiCreateOrUpdatePropertiesWsdlSelector(String, String) |
Initializes a new instance of the ApiCreateOrUpdatePropertiesWsdlSelector class. |
ApiCreateOrUpdatePropertiesWsdlSelector()
Initializes a new instance of the ApiCreateOrUpdatePropertiesWsdlSelector class.
public ApiCreateOrUpdatePropertiesWsdlSelector ();
Public Sub New ()
Applies to
ApiCreateOrUpdatePropertiesWsdlSelector(String, String)
Initializes a new instance of the ApiCreateOrUpdatePropertiesWsdlSelector class.
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)
Parameters
- wsdlServiceName
- String
Name of service to import from WSDL
- wsdlEndpointName
- String
Name of endpoint(port) to import from WSDL
Applies to
Azure SDK for .NET