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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET