Share via


CrossTenantScopes.Subscriptions Property

Definition

Gets list of subscriptions.

[Newtonsoft.Json.JsonProperty(PropertyName="subscriptions")]
public System.Collections.Generic.IList<string> Subscriptions { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="subscriptions")>]
member this.Subscriptions : System.Collections.Generic.IList<string>
Public ReadOnly Property Subscriptions As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to