GetWebAppPrivateEndpointConnectionSlotPlainArgs

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

Constructors

fun GetWebAppPrivateEndpointConnectionSlotPlainArgs(name: String, privateEndpointConnectionName: String, resourceGroupName: String, slot: String)

Functions

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

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.