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

ServiceUnitResourceData(AzureLocation, String, DeploymentMode) 构造函数

定义

初始化 ServiceUnitResourceData 的新实例。

public ServiceUnitResourceData (Azure.Core.AzureLocation location, string targetResourceGroup, Azure.ResourceManager.DeploymentManager.Models.DeploymentMode deploymentMode);
new Azure.ResourceManager.DeploymentManager.ServiceUnitResourceData : Azure.Core.AzureLocation * string * Azure.ResourceManager.DeploymentManager.Models.DeploymentMode -> Azure.ResourceManager.DeploymentManager.ServiceUnitResourceData
Public Sub New (location As AzureLocation, targetResourceGroup As String, deploymentMode As DeploymentMode)

参数

location
AzureLocation

位置。

targetResourceGroup
String

服务单元中的资源所属或应部署到的 Azure 资源组。

deploymentMode
DeploymentMode

描述要对资源执行的 ARM 部署的类型。

例外

targetResourceGroup 为 null。

适用于