GetVolumeSnapshotPlainArgs

data class GetVolumeSnapshotPlainArgs(val elasticSanName: String, val resourceGroupName: String, val snapshotName: String, val volumeGroupName: String) : ConvertibleToJava<GetVolumeSnapshotPlainArgs>

Constructors

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

Properties

Link copied to clipboard

The name of the ElasticSan.

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Link copied to clipboard

The name of the volume snapshot within the given volume group.

Link copied to clipboard

The name of the VolumeGroup.

Functions

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