ArmNetAppModelFactory.NetAppRegionInfo 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 NetAppRegionInfo.
public static Azure.ResourceManager.NetApp.Models.NetAppRegionInfo NetAppRegionInfo (Azure.ResourceManager.NetApp.Models.RegionStorageToNetworkProximity? storageToNetworkProximity = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.NetApp.Models.AvailabilityZoneMapping> availabilityZoneMappings = default);
static member NetAppRegionInfo : Nullable<Azure.ResourceManager.NetApp.Models.RegionStorageToNetworkProximity> * seq<Azure.ResourceManager.NetApp.Models.AvailabilityZoneMapping> -> Azure.ResourceManager.NetApp.Models.NetAppRegionInfo
Public Shared Function NetAppRegionInfo (Optional storageToNetworkProximity As Nullable(Of RegionStorageToNetworkProximity) = Nothing, Optional availabilityZoneMappings As IEnumerable(Of AvailabilityZoneMapping) = Nothing) As NetAppRegionInfo
Parameters
- storageToNetworkProximity
- Nullable<RegionStorageToNetworkProximity>
Provides storage to network proximity information in the region.
- availabilityZoneMappings
- IEnumerable<AvailabilityZoneMapping>
Provides logical availability zone mappings for the subscription for a region.
Returns
A new NetAppRegionInfo 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