Package version:

Interface VolumeGroupDetails

Volume group resource for create

interface VolumeGroupDetails {
    groupMetaData?: VolumeGroupMetaData;
    id?: string;
    location?: string;
    name?: string;
    provisioningState?: string;
    type?: string;
    volumes?: VolumeGroupVolumeProperties[];
}

Properties

groupMetaData?: VolumeGroupMetaData

Volume group details

id?: string

Resource Id NOTE: This property will not be serialized. It can only be populated by the server.

location?: string

Resource location

name?: string

Resource name NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Azure lifecycle management NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Resource type NOTE: This property will not be serialized. It can only be populated by the server.

List of volumes from group