Compartir a través de


MSDeployStatus.ProvisioningState Propiedad

Definición

Obtiene el estado de aprovisionamiento. Entre los valores posibles se incluyen: 'aceptado', 'running', 'succeeded', 'failed', 'canceled'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.provisioningState")]
public Microsoft.Azure.Management.WebSites.Models.MSDeployProvisioningState? ProvisioningState { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.provisioningState")>]
member this.ProvisioningState : Nullable<Microsoft.Azure.Management.WebSites.Models.MSDeployProvisioningState>
Public ReadOnly Property ProvisioningState As Nullable(Of MSDeployProvisioningState)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a