get Web Service
Gets the Web Service Definition as specified by a subscription, resource group, and name. Note that the storage credentials and web service keys are not returned by this call. To get the web service access keys, call List Keys. Uses Azure REST API version 2017-01-01. Other available API versions: 2016-05-01-preview.
Return
Instance of an Azure ML web service resource.
Parameters
argument
null
suspend fun getWebService(region: String? = null, resourceGroupName: String, webServiceName: String): GetWebServiceResult
Return
Instance of an Azure ML web service resource.
Parameters
region
The region for which encrypted credential parameters are valid.
resource Group Name
Name of the resource group in which the web service is located.
web Service Name
The name of the web service.
See also
suspend fun getWebService(argument: suspend GetWebServicePlainArgsBuilder.() -> Unit): GetWebServiceResult
Return
Instance of an Azure ML web service resource.
Parameters
argument
Builder for com.pulumi.azurenative.machinelearning.kotlin.inputs.GetWebServicePlainArgs.