Class AttachedDatabaseConfigurationsCheckNameRequest

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

public final class AttachedDatabaseConfigurationsCheckNameRequest extends Object
The result returned from a AttachedDatabaseConfigurations check name availability request.
  • Constructor Details

    • AttachedDatabaseConfigurationsCheckNameRequest

      public AttachedDatabaseConfigurationsCheckNameRequest()
      Creates an instance of AttachedDatabaseConfigurationsCheckNameRequest class.
  • Method Details

    • name

      public String name()
      Get the name property: Attached database resource name.
      Returns:
      the name value.
    • withName

      Set the name property: Attached database resource name.
      Parameters:
      name - the name value to set.
      Returns:
      the AttachedDatabaseConfigurationsCheckNameRequest object itself.
    • type

      public String type()
      Get the type property: The type of resource, for instance Microsoft.Kusto/clusters/attachedDatabaseConfigurations.
      Returns:
      the type value.
    • withType

      Set the type property: The type of resource, for instance Microsoft.Kusto/clusters/attachedDatabaseConfigurations.
      Parameters:
      type - the type value to set.
      Returns:
      the AttachedDatabaseConfigurationsCheckNameRequest object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.