GetDiskAccessPlainArgs

data class GetDiskAccessPlainArgs(val diskAccessName: String, val resourceGroupName: String) : ConvertibleToJava<GetDiskAccessPlainArgs>

Constructors

Link copied to clipboard
fun GetDiskAccessPlainArgs(diskAccessName: String, resourceGroupName: String)

Functions

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

Properties

Link copied to clipboard

The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is 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

The name of the resource group.