DeploymentPropertiesExtended Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
DeploymentPropertiesExtended() |
Inicializa uma nova instância da classe 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) |
Inicializa uma nova instância da classe DeploymentPropertiesExtended. |
DeploymentPropertiesExtended()
Inicializa uma nova instância da classe DeploymentPropertiesExtended.
public DeploymentPropertiesExtended ();
Public Sub New ()
Aplica-se a
DeploymentPropertiesExtended(String, String, Nullable<DateTime>, String, Object, IList<Provider>, IList<Dependency>, TemplateLink, Object, ParametersLink, Nullable<DeploymentMode>, DebugSetting, OnErrorDeploymentExtended, String, IList<ResourceReference>, IList<ResourceReference>, ErrorResponse)
Inicializa uma nova instância da classe 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)
Parâmetros
- provisioningState
- String
Indica o estado do provisionamento. Os valores possíveis incluem: 'NotSpecified', 'Accepted', 'Running', 'Ready', 'Creating', 'Created', 'Deleting', 'Deleted', 'Canceled', 'Failed', 'Succeeded', 'Updating'
- correlationId
- String
A ID de correlação da implantação.
- duration
- String
A duração da implantação do modelo.
- outputs
- Object
Pares chave/valor que representam a saída da implantação.
- dependencies
- IList<Dependency>
A lista de dependências de implantação.
- templateLink
- TemplateLink
O URI que faz referência ao modelo.
- parameters
- Object
Parâmetros de implantação.
- parametersLink
- ParametersLink
O URI que faz referência aos parâmetros.
- mode
- Nullable<DeploymentMode>
O modo de implantação. Os valores possíveis são Incremental e Complete. Os valores possíveis incluem: 'Incremental', 'Complete'
- debugSetting
- DebugSetting
A configuração de depuração da implantação.
- onErrorDeployment
- OnErrorDeploymentExtended
A implantação no comportamento de erro.
- templateHash
- String
O hash produzido para o modelo.
- outputResources
- IList<ResourceReference>
Matriz de recursos provisionados.
- validatedResources
- IList<ResourceReference>
Matriz de recursos validados.
- error
- ErrorResponse
O erro de implantação.
Aplica-se a
Azure SDK for .NET