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

ResourceSkuRestrictionInfo Constructors

Definition

Overloads

ResourceSkuRestrictionInfo()
ResourceSkuRestrictionInfo(IList<String>, IList<String>)

ResourceSkuRestrictionInfo()

public ResourceSkuRestrictionInfo ();
Public Sub New ()

Applies to

ResourceSkuRestrictionInfo(IList<String>, IList<String>)

public ResourceSkuRestrictionInfo (System.Collections.Generic.IList<string> locations = default, System.Collections.Generic.IList<string> zones = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ResourceSkuRestrictionInfo : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ResourceSkuRestrictionInfo
Public Sub New (Optional locations As IList(Of String) = Nothing, Optional zones As IList(Of String) = Nothing)

Parameters

locations
IList<String>
zones
IList<String>

Applies to