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

ArmAppPlatformModelFactory.AppPlatformSkuRestrictionInfo 方法

定义

初始化 AppPlatformSkuRestrictionInfo 的新实例。

public static Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuRestrictionInfo AppPlatformSkuRestrictionInfo (System.Collections.Generic.IEnumerable<Azure.Core.AzureLocation> locations = default, System.Collections.Generic.IEnumerable<string> zones = default);
static member AppPlatformSkuRestrictionInfo : seq<Azure.Core.AzureLocation> * seq<string> -> Azure.ResourceManager.AppPlatform.Models.AppPlatformSkuRestrictionInfo
Public Shared Function AppPlatformSkuRestrictionInfo (Optional locations As IEnumerable(Of AzureLocation) = Nothing, Optional zones As IEnumerable(Of String) = Nothing) As AppPlatformSkuRestrictionInfo

参数

locations
IEnumerable<AzureLocation>

获取 SKU 受限的位置。

zones
IEnumerable<String>

获取 SKU 受限的可用性区域的列表。

返回

用于模拟的新 AppPlatformSkuRestrictionInfo 实例。

适用于