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

ResourceManagerModelFactory.LocationExpanded 方法

定义

重载

LocationExpanded(String, String, String, Nullable<LocationType>, String, String, LocationMetadata)

初始化 LocationExpanded 的新实例。

LocationExpanded(String, String, String, Nullable<LocationType>, String, String, LocationMetadata, IEnumerable<AvailabilityZoneMappings>)

初始化 LocationExpanded 的新实例。

LocationExpanded(String, String, String, Nullable<LocationType>, String, String, LocationMetadata)

初始化 LocationExpanded 的新实例。

public static Azure.ResourceManager.Resources.Models.LocationExpanded LocationExpanded (string id, string subscriptionId, string name, Azure.ResourceManager.Resources.Models.LocationType? locationType, string displayName, string regionalDisplayName, Azure.ResourceManager.Resources.Models.LocationMetadata metadata);
static member LocationExpanded : string * string * string * Nullable<Azure.ResourceManager.Resources.Models.LocationType> * string * string * Azure.ResourceManager.Resources.Models.LocationMetadata -> Azure.ResourceManager.Resources.Models.LocationExpanded
Public Shared Function LocationExpanded (id As String, subscriptionId As String, name As String, locationType As Nullable(Of LocationType), displayName As String, regionalDisplayName As String, metadata As LocationMetadata) As LocationExpanded

参数

id
String

位置的完全限定 ID。 例如,/subscriptions/00000000-0000-0000-0000-00000000000000/locations/westus。

subscriptionId
String

订阅的 ID。

name
String

位置名称。

locationType
Nullable<LocationType>

位置类型。

displayName
String

位置的显示名称。

regionalDisplayName
String

位置及其区域的显示名称。

metadata
LocationMetadata

位置的元数据,例如纬度/长、配对区域等。

返回

用于模拟的新 LocationExpanded 实例。

适用于

LocationExpanded(String, String, String, Nullable<LocationType>, String, String, LocationMetadata, IEnumerable<AvailabilityZoneMappings>)

初始化 LocationExpanded 的新实例。

public static Azure.ResourceManager.Resources.Models.LocationExpanded LocationExpanded (string id = default, string subscriptionId = default, string name = default, Azure.ResourceManager.Resources.Models.LocationType? locationType = default, string displayName = default, string regionalDisplayName = default, Azure.ResourceManager.Resources.Models.LocationMetadata metadata = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Resources.Models.AvailabilityZoneMappings> availabilityZoneMappings = default);
static member LocationExpanded : string * string * string * Nullable<Azure.ResourceManager.Resources.Models.LocationType> * string * string * Azure.ResourceManager.Resources.Models.LocationMetadata * seq<Azure.ResourceManager.Resources.Models.AvailabilityZoneMappings> -> Azure.ResourceManager.Resources.Models.LocationExpanded
Public Shared Function LocationExpanded (Optional id As String = Nothing, Optional subscriptionId As String = Nothing, Optional name As String = Nothing, Optional locationType As Nullable(Of LocationType) = Nothing, Optional displayName As String = Nothing, Optional regionalDisplayName As String = Nothing, Optional metadata As LocationMetadata = Nothing, Optional availabilityZoneMappings As IEnumerable(Of AvailabilityZoneMappings) = Nothing) As LocationExpanded

参数

id
String

位置的完全限定 ID。 例如,/subscriptions/8d65815f-a5b6-402f-9298-045155da7d74/locations/westus。

subscriptionId
String

订阅的 ID。

name
String

位置名称。

locationType
Nullable<LocationType>

位置类型。

displayName
String

位置的显示名称。

regionalDisplayName
String

位置及其区域的显示名称。

metadata
LocationMetadata

位置的元数据,例如纬度/长、配对区域等。

availabilityZoneMappings
IEnumerable<AvailabilityZoneMappings>

此区域的可用性区域映射。

返回

用于模拟的新 LocationExpanded 实例。

适用于