pulumi-azure-kotlin
5.53.0.0
pulumi-azure-kotlin
/
com.pulumi.azure.apimanagement.kotlin.outputs
/
ApiImportWsdlSelector
Api
Import
Wsdl
Selector
data
class
ApiImportWsdlSelector
(
val
endpointName
:
String
,
val
serviceName
:
String
)
Types
Constructors
Properties
Constructors
Api
Import
Wsdl
Selector
Link copied to clipboard
fun
ApiImportWsdlSelector
(
endpointName
:
String
,
serviceName
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
endpoint
Name
Link copied to clipboard
val
endpointName
:
String
The name of endpoint (port) to import from WSDL.
service
Name
Link copied to clipboard
val
serviceName
:
String
The name of service to import from WSDL.