ScriptCheckNameRequest Class
- java.
lang. Object - com.
azure. resourcemanager. kusto. models. ScriptCheckNameRequest
- com.
Implements
public final class ScriptCheckNameRequest
implements JsonSerializable<ScriptCheckNameRequest>
A script name availability request.
Constructor Summary
| Constructor | Description |
|---|---|
| ScriptCheckNameRequest() |
Creates an instance of Script |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Script |
fromJson(JsonReader jsonReader)
Reads an instance of Script |
| String |
name()
Get the name property: Script name. |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of resource, Microsoft. |
| void |
validate()
Validates the instance. |
|
Script |
withName(String name)
Set the name property: Script name. |
Methods inherited from java.lang.Object
Constructor Details
ScriptCheckNameRequest
public ScriptCheckNameRequest()
Creates an instance of ScriptCheckNameRequest class.
Method Details
fromJson
public static ScriptCheckNameRequest fromJson(JsonReader jsonReader)
Reads an instance of ScriptCheckNameRequest from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: Script name.
Returns:
toJson
type
public String type()
Get the type property: The type of resource, Microsoft.Kusto/clusters/databases/scripts.
Returns:
validate
public void validate()
Validates the instance.
withName
public ScriptCheckNameRequest withName(String name)
Set the name property: Script name.
Parameters:
Returns: