你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ArmElasticSanModelFactory.ElasticSanSkuLocationInfo Method

Definition

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