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

DeploymentPropertiesExtended 构造函数

定义

重载

DeploymentPropertiesExtended()

初始化 DeploymentPropertiesExtended 类的新实例。

DeploymentPropertiesExtended(String, String, Nullable<DateTime>, String, Object, IList<Provider>, IList<Dependency>, TemplateLink, Object, ParametersLink, Nullable<DeploymentMode>, DebugSetting, OnErrorDeploymentExtended, String, IList<ResourceReference>, IList<ResourceReference>, ErrorResponse)

初始化 DeploymentPropertiesExtended 类的新实例。

DeploymentPropertiesExtended()

初始化 DeploymentPropertiesExtended 类的新实例。

public DeploymentPropertiesExtended ();
Public Sub New ()

适用于

初始化 DeploymentPropertiesExtended 类的新实例。

public DeploymentPropertiesExtended (string provisioningState = default, string correlationId = default, DateTime? timestamp = default, string duration = default, object outputs = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.Provider> providers = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.Dependency> dependencies = default, Microsoft.Azure.Management.ResourceManager.Models.TemplateLink templateLink = default, object parameters = default, Microsoft.Azure.Management.ResourceManager.Models.ParametersLink parametersLink = default, Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode? mode = default, Microsoft.Azure.Management.ResourceManager.Models.DebugSetting debugSetting = default, Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended onErrorDeployment = default, string templateHash = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.ResourceReference> outputResources = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.ResourceReference> validatedResources = default, Microsoft.Azure.Management.ResourceManager.Models.ErrorResponse error = default);
new Microsoft.Azure.Management.ResourceManager.Models.DeploymentPropertiesExtended : string * string * Nullable<DateTime> * string * obj * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.Provider> * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.Dependency> * Microsoft.Azure.Management.ResourceManager.Models.TemplateLink * obj * Microsoft.Azure.Management.ResourceManager.Models.ParametersLink * Nullable<Microsoft.Azure.Management.ResourceManager.Models.DeploymentMode> * Microsoft.Azure.Management.ResourceManager.Models.DebugSetting * Microsoft.Azure.Management.ResourceManager.Models.OnErrorDeploymentExtended * string * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.ResourceReference> * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.ResourceReference> * Microsoft.Azure.Management.ResourceManager.Models.ErrorResponse -> Microsoft.Azure.Management.ResourceManager.Models.DeploymentPropertiesExtended
Public Sub New (Optional provisioningState As String = Nothing, Optional correlationId As String = Nothing, Optional timestamp As Nullable(Of DateTime) = Nothing, Optional duration As String = Nothing, Optional outputs As Object = Nothing, Optional providers As IList(Of Provider) = Nothing, Optional dependencies As IList(Of Dependency) = Nothing, Optional templateLink As TemplateLink = Nothing, Optional parameters As Object = Nothing, Optional parametersLink As ParametersLink = Nothing, Optional mode As Nullable(Of DeploymentMode) = Nothing, Optional debugSetting As DebugSetting = Nothing, Optional onErrorDeployment As OnErrorDeploymentExtended = Nothing, Optional templateHash As String = Nothing, Optional outputResources As IList(Of ResourceReference) = Nothing, Optional validatedResources As IList(Of ResourceReference) = Nothing, Optional error As ErrorResponse = Nothing)

参数

provisioningState
String

表示预配状态。 可能的值包括:“NotSpecified”、“Accepted”、“Running”、“Ready”、“Create”、“Created”、“Deleted”、“Canceled”、“Failed”、“Succeeded”、“Updateing”

correlationId
String

部署的相关 ID。

timestamp
Nullable<DateTime>

模板部署的时间戳。

duration
String

模板部署的持续时间。

outputs
Object

表示部署输出的键/值对。

providers
IList<Provider>

部署所需的资源提供程序列表。

dependencies
IList<Dependency>

部署依赖项的列表。

templateLink
TemplateLink

引用模板的 URI。

parameters
Object

部署参数。

parametersLink
ParametersLink

引用参数的 URI。

mode
Nullable<DeploymentMode>

部署模式。 可能的值为 Incremental 和 Complete。 可能的值包括:“Incremental”、“Complete”

debugSetting
DebugSetting

部署的调试设置。

onErrorDeployment
OnErrorDeploymentExtended

错误行为的部署。

templateHash
String

为模板生成的哈希。

outputResources
IList<ResourceReference>

预配资源数组。

validatedResources
IList<ResourceReference>

已验证资源的数组。

error
ErrorResponse

部署错误。

适用于