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