toggle menu
pulumi-azure-kotlin
6.23.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.apimanagement.kotlin.outputs
/
ApiImportWsdlSelector
Api
Import
Wsdl
Selector
data
class
ApiImportWsdlSelector
(
val
endpointName
:
String
,
val
serviceName
:
String
)
Members
Constructors
Api
Import
Wsdl
Selector
Link copied to clipboard
constructor
(
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.