GetVolumeGroupResult

data class GetVolumeGroupResult(val groupMetaData: VolumeGroupMetaDataResponse? = null, val id: String, val location: String? = null, val name: String, val provisioningState: String, val tags: Map<String, String>? = null, val type: String, val volumes: List<VolumeGroupVolumePropertiesResponse>? = null)

Volume group resource for create

Constructors

Link copied to clipboard
constructor(groupMetaData: VolumeGroupMetaDataResponse? = null, id: String, location: String? = null, name: String, provisioningState: String, tags: Map<String, String>? = null, type: String, volumes: List<VolumeGroupVolumePropertiesResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Volume group details

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard
val location: String? = null

Resource location

Link copied to clipboard

Resource name

Link copied to clipboard

Azure lifecycle management

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags

Link copied to clipboard

Resource type

Link copied to clipboard

List of volumes from group