AcceptedAudiences Class

  • java.lang.Object
    • com.azure.resourcemanager.kusto.models.AcceptedAudiences

public final class AcceptedAudiences

Represents an accepted audience trusted by the cluster.

Constructor Summary

Constructor Description
AcceptedAudiences()

Creates an instance of AcceptedAudiences class.

Method Summary

Modifier and Type Method and Description
void validate()

Validates the instance.

String value()

Get the value property: GUID or valid URL representing an accepted audience.

AcceptedAudiences withValue(String value)

Set the value property: GUID or valid URL representing an accepted audience.

Methods inherited from java.lang.Object

Constructor Details

AcceptedAudiences

public AcceptedAudiences()

Creates an instance of AcceptedAudiences class.

Method Details

validate

public void validate()

Validates the instance.

value

public String value()

Get the value property: GUID or valid URL representing an accepted audience.

Returns:

the value value.

withValue

public AcceptedAudiences withValue(String value)

Set the value property: GUID or valid URL representing an accepted audience.

Parameters:

value - the value value to set.

Returns:

the AcceptedAudiences object itself.

Applies to