Bagikan melalui


ApplicationGroup.Policies Property

Definition

Gets or sets list of group policies that define the behavior of application group. The policies can support resource governance scenarios such as limiting ingress or egress traffic.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to