Class VaultCheckNameAvailabilityParameters

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

public class VaultCheckNameAvailabilityParameters extends Object
The parameters used to check the availability of the vault name.
  • 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
    • withName

      Set the name value.
      Parameters:
      name - the name value to set
      Returns:
      the VaultCheckNameAvailabilityParameters object itself.
    • type

      public String type()
      Get the type value.
      Returns:
      the type value
    • withType

      Set the type value.
      Parameters:
      type - the type value to set
      Returns:
      the VaultCheckNameAvailabilityParameters object itself.