Share via


ExpressRouteCircuit.Authorizations Property

Definition

Gets or sets the list of authorizations.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.authorizations")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ExpressRouteCircuitAuthorization> Authorizations { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.authorizations")>]
member this.Authorizations : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ExpressRouteCircuitAuthorization> with get, set
Public Property Authorizations As IList(Of ExpressRouteCircuitAuthorization)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to