VaultCheckNameAvailabilityParameters Class

  • java.lang.Object
    • com.microsoft.azure.management.keyvault.VaultCheckNameAvailabilityParameters

public class VaultCheckNameAvailabilityParameters

The parameters used to check the availability of the vault name.

Constructor Summary

Constructor Description
VaultCheckNameAvailabilityParameters()

Creates an instance of VaultCheckNameAvailabilityParameters class.

Method Summary

Modifier and Type Method and Description
java.lang.String name()

Get the name value.

java.lang.String type()

Get the type value.

VaultCheckNameAvailabilityParameters withName(String name)

Set the name value.

VaultCheckNameAvailabilityParameters withType(String type)

Set the type value.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

VaultCheckNameAvailabilityParameters

public VaultCheckNameAvailabilityParameters()

Creates an instance of VaultCheckNameAvailabilityParameters class.

Method Details

name

public String name()

Get the name value.

Returns:

the name value

type

public String type()

Get the type value.

Returns:

the type value

withName

public VaultCheckNameAvailabilityParameters withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the VaultCheckNameAvailabilityParameters object itself.

withType

public VaultCheckNameAvailabilityParameters withType(String type)

Set the type value.

Parameters:

type - the type value to set

Returns:

the VaultCheckNameAvailabilityParameters object itself.

Applies to