ArmNetAppModelFactory.NetAppVolumeGroupMetadata Method
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.
Initializes a new instance of NetAppVolumeGroupMetadata.
public static Azure.ResourceManager.NetApp.Models.NetAppVolumeGroupMetadata NetAppVolumeGroupMetadata(string groupDescription = default, Azure.ResourceManager.NetApp.Models.NetAppApplicationType? applicationType = default, string applicationIdentifier = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.NetApp.Models.NetAppVolumePlacementRule> globalPlacementRules = default, long? volumesCount = default);
static member NetAppVolumeGroupMetadata : string * Nullable<Azure.ResourceManager.NetApp.Models.NetAppApplicationType> * string * seq<Azure.ResourceManager.NetApp.Models.NetAppVolumePlacementRule> * Nullable<int64> -> Azure.ResourceManager.NetApp.Models.NetAppVolumeGroupMetadata
Public Shared Function NetAppVolumeGroupMetadata (Optional groupDescription As String = Nothing, Optional applicationType As Nullable(Of NetAppApplicationType) = Nothing, Optional applicationIdentifier As String = Nothing, Optional globalPlacementRules As IEnumerable(Of NetAppVolumePlacementRule) = Nothing, Optional volumesCount As Nullable(Of Long) = Nothing) As NetAppVolumeGroupMetadata
Parameters
- groupDescription
- String
Group Description.
- applicationType
- Nullable<NetAppApplicationType>
Application Type.
- applicationIdentifier
- String
Application specific identifier.
- globalPlacementRules
- IEnumerable<NetAppVolumePlacementRule>
Application specific placement rules for the volume group.
Returns
A new NetAppVolumeGroupMetadata instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET