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