Share via


ApplicationPackage.State Property

Definition

Gets the current state of the application package. Possible values include: 'Pending', 'Active'

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to