VolumeGroupMetaData Constructors
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.
Overloads
VolumeGroupMetaData() |
Initializes a new instance of the VolumeGroupMetaData class. |
VolumeGroupMetaData(String, String, String, IList<PlacementKeyValuePairs>, Nullable<Int64>) |
Initializes a new instance of the VolumeGroupMetaData class. |
VolumeGroupMetaData()
Initializes a new instance of the VolumeGroupMetaData class.
public VolumeGroupMetaData ();
Public Sub New ()
Applies to
VolumeGroupMetaData(String, String, String, IList<PlacementKeyValuePairs>, Nullable<Int64>)
Initializes a new instance of the VolumeGroupMetaData class.
public VolumeGroupMetaData (string groupDescription = default, string applicationType = default, string applicationIdentifier = default, System.Collections.Generic.IList<Microsoft.Azure.Management.NetApp.Models.PlacementKeyValuePairs> globalPlacementRules = default, long? volumesCount = default);
new Microsoft.Azure.Management.NetApp.Models.VolumeGroupMetaData : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.NetApp.Models.PlacementKeyValuePairs> * Nullable<int64> -> Microsoft.Azure.Management.NetApp.Models.VolumeGroupMetaData
Public Sub New (Optional groupDescription As String = Nothing, Optional applicationType As String = Nothing, Optional applicationIdentifier As String = Nothing, Optional globalPlacementRules As IList(Of PlacementKeyValuePairs) = Nothing, Optional volumesCount As Nullable(Of Long) = Nothing)
Parameters
- groupDescription
- String
Group Description
- applicationType
- String
Application Type Possible values include: 'SAP-HANA', 'ORACLE'
- applicationIdentifier
- String
Application specific identifier
- globalPlacementRules
- IList<PlacementKeyValuePairs>
Application specific placement rules for the volume group