ClusterUpdate.AcceptedAudiences Property

Definition

Gets or sets the cluster's accepted audiences.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to