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