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

DeploymentExtended 构造函数

定义

重载

DeploymentExtended()

初始化 DeploymentExtended 类的新实例。

DeploymentExtended(String, String, String, String, DeploymentPropertiesExtended, IDictionary<String,String>)

初始化 DeploymentExtended 类的新实例。

DeploymentExtended()

初始化 DeploymentExtended 类的新实例。

public DeploymentExtended ();
Public Sub New ()

适用于

DeploymentExtended(String, String, String, String, DeploymentPropertiesExtended, IDictionary<String,String>)

初始化 DeploymentExtended 类的新实例。

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

参数

id
String

部署的 ID。

name
String

部署的名称。

type
String

部署的类型。

location
String

部署的位置。

properties
DeploymentPropertiesExtended

部署属性。

tags
IDictionary<String,String>

部署标记

适用于