次の方法で共有


ExpressRouteCircuit.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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象