Class ClusterCheckNameRequest
java.lang.Object
com.azure.resourcemanager.kusto.models.ClusterCheckNameRequest
The result returned from a cluster check name availability request.
-
Constructor Summary
ConstructorDescriptionCreates an instance of ClusterCheckNameRequest class. -
Method Summary
Modifier and TypeMethodDescriptionname()
Get the name property: Cluster name.type()
Get the type property: The type of resource, Microsoft.Kusto/clusters.void
validate()
Validates the instance.Set the name property: Cluster name.Set the type property: The type of resource, Microsoft.Kusto/clusters.
-
Constructor Details
-
ClusterCheckNameRequest
public ClusterCheckNameRequest()Creates an instance of ClusterCheckNameRequest class.
-
-
Method Details
-
name
Get the name property: Cluster name.- Returns:
- the name value.
-
withName
Set the name property: Cluster name.- Parameters:
name
- the name value to set.- Returns:
- the ClusterCheckNameRequest object itself.
-
type
Get the type property: The type of resource, Microsoft.Kusto/clusters.- Returns:
- the type value.
-
withType
Set the type property: The type of resource, Microsoft.Kusto/clusters.- Parameters:
type
- the type value to set.- Returns:
- the ClusterCheckNameRequest object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-