IClusterUpdate.AcceptedAudience Property

Definition

The cluster's accepted audiences.

[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=true, Description="The cluster's accepted audiences.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IAcceptedAudiences) }, Read=true, ReadOnly=false, Required=false, SerializedName="acceptedAudiences", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IAcceptedAudiences> AcceptedAudience { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=true, Description="The cluster's accepted audiences.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IAcceptedAudiences) }, Read=true, ReadOnly=false, Required=false, SerializedName="acceptedAudiences", Update=true)>]
member this.AcceptedAudience : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.IAcceptedAudiences> with get, set
Public Property AcceptedAudience As List(Of IAcceptedAudiences)

Property Value

Attributes

Applies to