Uses of Class
com.azure.resourcemanager.kusto.models.AcceptedAudiences
Package
Description
Package containing the inner data models for KustoManagementClient.
Package containing the data models for KustoManagementClient.
-
Uses of AcceptedAudiences in com.azure.resourcemanager.kusto.fluent.models
Modifier and TypeMethodDescriptionClusterInner.acceptedAudiences()
Get the acceptedAudiences property: The cluster's accepted audiences.ClusterProperties.acceptedAudiences()
Get the acceptedAudiences property: The cluster's accepted audiences.Modifier and TypeMethodDescriptionClusterInner.withAcceptedAudiences
(List<AcceptedAudiences> acceptedAudiences) Set the acceptedAudiences property: The cluster's accepted audiences.ClusterProperties.withAcceptedAudiences
(List<AcceptedAudiences> acceptedAudiences) Set the acceptedAudiences property: The cluster's accepted audiences. -
Uses of AcceptedAudiences in com.azure.resourcemanager.kusto.models
Modifier and TypeMethodDescriptionSet the value property: GUID or valid URL representing an accepted audience.Modifier and TypeMethodDescriptionCluster.acceptedAudiences()
Gets the acceptedAudiences property: The cluster's accepted audiences.ClusterUpdate.acceptedAudiences()
Get the acceptedAudiences property: The cluster's accepted audiences.Modifier and TypeMethodDescriptionCluster.DefinitionStages.WithAcceptedAudiences.withAcceptedAudiences
(List<AcceptedAudiences> acceptedAudiences) Specifies the acceptedAudiences property: The cluster's accepted audiences..Cluster.UpdateStages.WithAcceptedAudiences.withAcceptedAudiences
(List<AcceptedAudiences> acceptedAudiences) Specifies the acceptedAudiences property: The cluster's accepted audiences..ClusterUpdate.withAcceptedAudiences
(List<AcceptedAudiences> acceptedAudiences) Set the acceptedAudiences property: The cluster's accepted audiences.