VirtualDiskGroup Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This class represents virtual disk group (volume group).
public class VirtualDiskGroup
type VirtualDiskGroup = class
Public Class VirtualDiskGroup
- Inheritance
-
VirtualDiskGroup
Constructors
VirtualDiskGroup() |
Initializes a new instance of the VirtualDiskGroup class. |
VirtualDiskGroup(String, List<String>) |
Initializes a new instance of the VirtualDiskGroup class with required arguments. |
Properties
InstanceId |
Optional. Gets or sets the instance id of the volume group |
Name |
Required. Gets or sets the name of the volume group |
OperationInProgress |
Optional. Gets or sets a value indicating whether any operation is in progress or not |
VirtualDiskList |
Required. Gets or sets list of volumes associated with the volume group. |
Applies to
Azure SDK for .NET