Class AttachedDatabaseConfigurationsCheckNameRequest


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

      • AttachedDatabaseConfigurationsCheckNameRequest

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

      • name

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

        public AttachedDatabaseConfigurationsCheckNameRequest withName​(String name)
        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

        public AttachedDatabaseConfigurationsCheckNameRequest withType​(String type)
        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.