Show / Hide Table of Contents

Class ApiImportWsdlSelectorGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ApiImportWsdlSelectorGetArgs
Inherited Members
ResourceArgs.Empty
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 ApiImportWsdlSelectorGetArgs : ResourceArgs

Constructors

View Source

ApiImportWsdlSelectorGetArgs()

Declaration
public ApiImportWsdlSelectorGetArgs()

Properties

View Source

EndpointName

The name of endpoint (port) to import from WSDL.

Declaration
public Input<string> EndpointName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ServiceName

The name of service to import from WSDL.

Declaration
public Input<string> ServiceName { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.