Class ApiImportWsdlSelectorArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.ApiManagement.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApiImportWsdlSelectorArgs : ResourceArgs
Constructors
View SourceApiImportWsdlSelectorArgs()
Declaration
public ApiImportWsdlSelectorArgs()
Properties
View SourceEndpointName
The name of endpoint (port) to import from WSDL.
Declaration
public Input<string> EndpointName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServiceName
The name of service to import from WSDL.
Declaration
public Input<string> ServiceName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |