GetVolumePlainArgs

data class GetVolumePlainArgs(val elasticSanName: String, val resourceGroupName: String, val volumeGroupName: String, val volumeName: String) : ConvertibleToJava<GetVolumePlainArgs>

Constructors

Link copied to clipboard
fun GetVolumePlainArgs(elasticSanName: String, resourceGroupName: String, volumeGroupName: String, volumeName: String)

Functions

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

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 VolumeGroup.

Link copied to clipboard

The name of the Volume.