Class VaultCreateOrUpdateParameters

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

public class VaultCreateOrUpdateParameters extends Object
Parameters for creating or updating a vault.
  • Constructor Details

    • VaultCreateOrUpdateParameters

      public VaultCreateOrUpdateParameters()
  • Method Details

    • location

      public String location()
      Get the location value.
      Returns:
      the location value
    • withLocation

      public VaultCreateOrUpdateParameters withLocation(String location)
      Set the location value.
      Parameters:
      location - the location value to set
      Returns:
      the VaultCreateOrUpdateParameters object itself.
    • tags

      public Map<String,String> tags()
      Get the tags value.
      Returns:
      the tags value
    • withTags

      Set the tags value.
      Parameters:
      tags - the tags value to set
      Returns:
      the VaultCreateOrUpdateParameters object itself.
    • properties

      public VaultProperties properties()
      Get the properties value.
      Returns:
      the properties value
    • withProperties

      public VaultCreateOrUpdateParameters withProperties(VaultProperties properties)
      Set the properties value.
      Parameters:
      properties - the properties value to set
      Returns:
      the VaultCreateOrUpdateParameters object itself.