Class AcceptedAudiences
java.lang.Object
com.azure.resourcemanager.kusto.models.AcceptedAudiences
Represents an accepted audience trusted by the cluster.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
AcceptedAudiences
public AcceptedAudiences()
-
-
Method Details
-
value
Get the value property: GUID or valid URL representing an accepted audience.- Returns:
- the value value.
-
withValue
Set the value property: GUID or valid URL representing an accepted audience.- Parameters:
value
- the value value to set.- Returns:
- the AcceptedAudiences object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-