Compartir a través de


DeploymentPropertiesExtended Constructores

Definición

Sobrecargas

DeploymentPropertiesExtended()

Inicializa una nueva instancia de la clase DeploymentPropertiesExtended.

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

Inicializa una nueva instancia de la clase DeploymentPropertiesExtended.

DeploymentPropertiesExtended()

Inicializa una nueva instancia de la clase DeploymentPropertiesExtended.

public DeploymentPropertiesExtended ();
Public Sub New ()

Se aplica a

Inicializa una nueva instancia de la clase DeploymentPropertiesExtended.

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

Parámetros

provisioningState
ProvisioningState

Indica el estado del aprovisionamiento. Entre los valores posibles se incluyen: 'NotSpecified', 'Accepted', 'Running', 'Ready', 'Creating', 'Created', 'Deleting', 'Deleted', 'Canceled', 'Failed', 'Succeeded', 'Updating'

correlationId
String

Identificador de correlación de la implementación.

timestamp
Nullable<DateTime>

Marca de tiempo de la implementación de la plantilla.

duration
String

Duración de la implementación de la plantilla.

outputs
Object

Pares clave-valor que representan la salida de la implementación.

providers
IList<ProviderInner>

Lista de proveedores de recursos necesarios para la implementación.

dependencies
IList<Dependency>

Lista de dependencias de implementación.

templateLink
TemplateLink

Identificador URI que hace referencia a la plantilla.

parameters
Object

Parámetros de implementación.

parametersLink
ParametersLink

Identificador URI que hace referencia a los parámetros.

mode
Nullable<DeploymentMode>

Modo de implementación. Los valores posibles son Incremental y Complete. Entre los valores posibles se incluyen: "Incremental", "Complete"

debugSetting
DebugSetting

Configuración de depuración de la implementación.

onErrorDeployment
OnErrorDeploymentExtended

Implementación en el comportamiento del error.

templateHash
String

Hash generado para la plantilla.

outputResources
IList<ResourceReference>

Matriz de recursos aprovisionados.

validatedResources
IList<ResourceReference>

Matriz de recursos validados.

error
ErrorResponse

Error de implementación.

Se aplica a