GetWebServicePlainArgs

data class GetWebServicePlainArgs(val region: String? = null, val resourceGroupName: String, val webServiceName: String) : ConvertibleToJava<GetWebServicePlainArgs>

Constructors

Link copied to clipboard
constructor(region: String? = null, resourceGroupName: String, webServiceName: String)

Properties

Link copied to clipboard
val region: String? = null

The region for which encrypted credential parameters are valid.

Link copied to clipboard

Name of the resource group in which the web service is located.

Link copied to clipboard

The name of the web service.

Functions

Link copied to clipboard
open override fun toJava(): GetWebServicePlainArgs