Class VaultPatchParameters

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

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

    • VaultPatchParameters

      public VaultPatchParameters()
  • Method Details

    • tags

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

      public VaultPatchParameters withTags(Map<String,String> tags)
      Set the tags value.
      Parameters:
      tags - the tags value to set
      Returns:
      the VaultPatchParameters object itself.
    • properties

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

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