ArmElasticSanModelFactory.ElasticSanSkuLocationInfo 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 ElasticSanSkuLocationInfo.
public static Azure.ResourceManager.ElasticSan.Models.ElasticSanSkuLocationInfo ElasticSanSkuLocationInfo (Azure.Core.AzureLocation? location = default, System.Collections.Generic.IEnumerable<string> zones = default);
static member ElasticSanSkuLocationInfo : Nullable<Azure.Core.AzureLocation> * seq<string> -> Azure.ResourceManager.ElasticSan.Models.ElasticSanSkuLocationInfo
Public Shared Function ElasticSanSkuLocationInfo (Optional location As Nullable(Of AzureLocation) = Nothing, Optional zones As IEnumerable(Of String) = Nothing) As ElasticSanSkuLocationInfo
Parameters
- location
- Nullable<AzureLocation>
The location.
- zones
- IEnumerable<String>
The zones.
Returns
A new ElasticSanSkuLocationInfo instance for mocking.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET