CheckNameAvailabilityParameters Class

  • java.lang.Object
    • com.azure.resourcemanager.datalakeanalytics.models.CheckNameAvailabilityParameters

public final class CheckNameAvailabilityParameters

Data Lake Analytics account name availability check parameters.

Constructor Summary

Constructor Description
CheckNameAvailabilityParameters()

Creates an instance of CheckNameAvailabilityParameters class.

Method Summary

Modifier and Type Method and Description
String name()

Get the name property: The Data Lake Analytics name to check availability for.

String type()

Get the type property: The resource type.

void validate()

Validates the instance.

CheckNameAvailabilityParameters withName(String name)

Set the name property: The Data Lake Analytics name to check availability for.

CheckNameAvailabilityParameters withType(String type)

Set the type property: The resource type.

Methods inherited from java.lang.Object

Constructor Details

CheckNameAvailabilityParameters

public CheckNameAvailabilityParameters()

Creates an instance of CheckNameAvailabilityParameters class.

Method Details

name

public String name()

Get the name property: The Data Lake Analytics name to check availability for.

Returns:

the name value.

type

public String type()

Get the type property: The resource type. Note: This should not be set by the user, as the constant value is Microsoft.DataLakeAnalytics/accounts.

Returns:

the type value.

validate

public void validate()

Validates the instance.

withName

public CheckNameAvailabilityParameters withName(String name)

Set the name property: The Data Lake Analytics name to check availability for.

Parameters:

name - the name value to set.

Returns:

the CheckNameAvailabilityParameters object itself.

withType

public CheckNameAvailabilityParameters withType(String type)

Set the type property: The resource type. Note: This should not be set by the user, as the constant value is Microsoft.DataLakeAnalytics/accounts.

Parameters:

type - the type value to set.

Returns:

the CheckNameAvailabilityParameters object itself.

Applies to