Compartir a través de


ApplicationPackage.State Propiedad

Definición

Obtiene el estado actual del paquete de aplicación. Entre los valores posibles se incluyen: "Pendiente", "Activo"

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a