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

Deployment 构造函数

定义

重载

Deployment()

初始化 Deployment 类的新实例。

Deployment(DeploymentProperties, String, IDictionary<String,String>)

初始化 Deployment 类的新实例。

Deployment()

初始化 Deployment 类的新实例。

public Deployment ();
Public Sub New ()

适用于

Deployment(DeploymentProperties, String, IDictionary<String,String>)

初始化 Deployment 类的新实例。

public Deployment (Microsoft.Azure.Management.ResourceManager.Models.DeploymentProperties properties, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.ResourceManager.Models.Deployment : Microsoft.Azure.Management.ResourceManager.Models.DeploymentProperties * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.ResourceManager.Models.Deployment
Public Sub New (properties As DeploymentProperties, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)

参数

properties
DeploymentProperties

部署属性。

location
String

用于存储部署数据的位置。

tags
IDictionary<String,String>

部署标记

适用于