Class TrustedExternalTenant

java.lang.Object
com.azure.resourcemanager.kusto.models.TrustedExternalTenant

public final class TrustedExternalTenant extends Object
Represents a tenant ID that is trusted by the cluster.
  • Constructor Details

    • TrustedExternalTenant

      public TrustedExternalTenant()
  • Method Details

    • value

      public String value()
      Get the value property: GUID representing an external tenant.
      Returns:
      the value value.
    • withValue

      public TrustedExternalTenant withValue(String value)
      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.