GetVolumeGroupPlainArgs

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

Constructors

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

Functions

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

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.