Subscription.Id Property

Definition

The fully qualified Id. For example, /subscriptions/00000000-0000-0000-0000-000000000000.

[System.Text.Json.Serialization.JsonInclude]
[System.Text.Json.Serialization.JsonPropertyName("id")]
public string Id { get; init; }
[<System.Text.Json.Serialization.JsonInclude>]
[<System.Text.Json.Serialization.JsonPropertyName("id")>]
member this.Id : string with get, set
Public Property Id As String

Property Value

Attributes

Applies to