Class KustoPoolCheckNameRequest

java.lang.Object
com.azure.resourcemanager.synapse.models.KustoPoolCheckNameRequest

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

    • KustoPoolCheckNameRequest

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

    • 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.