Subscription.State Property

Definition

The subscription state.

[System.Text.Json.Serialization.JsonInclude]
[System.Text.Json.Serialization.JsonPropertyName("state")]
public Azure.Connectors.Sdk.Arm.Models.State? State { get; init; }
[<System.Text.Json.Serialization.JsonInclude>]
[<System.Text.Json.Serialization.JsonPropertyName("state")>]
member this.State : Nullable<Azure.Connectors.Sdk.Arm.Models.State> with get, set
Public Property State As Nullable(Of State)

Property Value

Attributes

Applies to