Class KustoPoolCheckNameRequest


  • public final class KustoPoolCheckNameRequest
    extends Object
    The object sent for a kusto pool check name availability request.
    • Constructor Detail

      • KustoPoolCheckNameRequest

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

      • name

        public String name()
        Get the name property: Kusto Pool name.
        Returns:
        the name value.
      • withName

        public KustoPoolCheckNameRequest withName​(String name)
        Set the name property: Kusto Pool name.
        Parameters:
        name - the name value to set.
        Returns:
        the KustoPoolCheckNameRequest object itself.
      • type

        public String type()
        Get the type property: The type of resource, Microsoft.Synapse/workspaces/kustoPools.
        Returns:
        the type value.
      • withType

        public KustoPoolCheckNameRequest withType​(String type)
        Set the type property: The type of resource, Microsoft.Synapse/workspaces/kustoPools.
        Parameters:
        type - the type value to set.
        Returns:
        the KustoPoolCheckNameRequest object itself.
      • validate

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