GetWebAppPrivateEndpointConnectionSlotPlainArgs

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

Constructors

constructor(name: String, privateEndpointConnectionName: String, resourceGroupName: String, slot: 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.

Link copied to clipboard

Name of the site deployment slot.

Functions

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