GetPrivateEndpointPlainArgs

data class GetPrivateEndpointPlainArgs(val expand: String? = null, val privateEndpointName: String, val resourceGroupName: String) : ConvertibleToJava<GetPrivateEndpointPlainArgs>

Constructors

Link copied to clipboard
fun GetPrivateEndpointPlainArgs(expand: String? = null, privateEndpointName: String, resourceGroupName: String)

Functions

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

Properties

Link copied to clipboard
val expand: String? = null

Expands referenced resources.

Link copied to clipboard

The name of the private endpoint.

Link copied to clipboard

The name of the resource group.