list Custom Api Wsdl Interfaces
suspend fun listCustomApiWsdlInterfaces(argument: ListCustomApiWsdlInterfacesPlainArgs): ListCustomApiWsdlInterfacesResult
This returns the list of interfaces in the WSDL Uses Azure REST API version 2016-06-01.
Return
A list of custom API WSDL interfaces
Parameters
argument
null
suspend fun listCustomApiWsdlInterfaces(content: String? = null, importMethod: Either<String, WsdlImportMethod>? = null, location: String, service: WsdlService? = null, subscriptionId: String? = null, url: String? = null): ListCustomApiWsdlInterfacesResult
Return
A list of custom API WSDL interfaces
Parameters
content
The WSDL content
import Method
The WSDL import method
location
The location
service
The service with name and endpoint names
subscription Id
Subscription Id
url
The WSDL URL
See also
suspend fun listCustomApiWsdlInterfaces(argument: suspend ListCustomApiWsdlInterfacesPlainArgsBuilder.() -> Unit): ListCustomApiWsdlInterfacesResult
Return
A list of custom API WSDL interfaces
Parameters
argument
Builder for com.pulumi.azurenative.web.kotlin.inputs.ListCustomApiWsdlInterfacesPlainArgs.