GetWebAppPrivateEndpointConnectionPlainArgs

data class GetWebAppPrivateEndpointConnectionPlainArgs(val name: String, val privateEndpointConnectionName: String, val resourceGroupName: String) : ConvertibleToJava<GetWebAppPrivateEndpointConnectionPlainArgs>

Constructors

constructor(name: String, privateEndpointConnectionName: String, resourceGroupName: String)

Properties

Link copied to clipboard

Name of the site.

Link copied to clipboard

Name of the private endpoint connection.

Link copied to clipboard

Name of the resource group to which the resource belongs.

Functions

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