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

ArmDataBoxModelFactory.DataLocationToServiceLocationMap 方法

定义

初始化 DataLocationToServiceLocationMap 的新实例。

public static Azure.ResourceManager.DataBox.Models.DataLocationToServiceLocationMap DataLocationToServiceLocationMap (Azure.Core.AzureLocation? dataLocation = default, Azure.Core.AzureLocation? serviceLocation = default);
static member DataLocationToServiceLocationMap : Nullable<Azure.Core.AzureLocation> * Nullable<Azure.Core.AzureLocation> -> Azure.ResourceManager.DataBox.Models.DataLocationToServiceLocationMap
Public Shared Function DataLocationToServiceLocationMap (Optional dataLocation As Nullable(Of AzureLocation) = Nothing, Optional serviceLocation As Nullable(Of AzureLocation) = Nothing) As DataLocationToServiceLocationMap

参数

dataLocation
Nullable<AzureLocation>

数据的位置。

serviceLocation
Nullable<AzureLocation>

服务的位置。

返回

用于模拟的新 DataLocationToServiceLocationMap 实例。

适用于