GetSnapshotPlainArgs

data class GetSnapshotPlainArgs(val resourceGroupName: String, val snapshotName: String) : ConvertibleToJava<GetSnapshotPlainArgs>

Constructors

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

Properties

Link copied to clipboard

The name of the resource group.

Link copied to clipboard

The name of the snapshot that is being created. The name can't be changed after the snapshot is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The max name length is 80 characters.

Functions

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