GetPrivateAccessPlainArgs

data class GetPrivateAccessPlainArgs(val privateAccessName: String, val resourceGroupName: String) : ConvertibleToJava<GetPrivateAccessPlainArgs>

Constructors

Link copied to clipboard
constructor(privateAccessName: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of the private access resource that is being created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The maximum name length is 80 characters.

Link copied to clipboard

String that represents an Azure resource group.

Functions

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