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