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