Interface Vault.DefinitionStages.WithConfigurations

    • Method Detail

      • withDeploymentEnabled

        Vault.DefinitionStages.WithCreate withDeploymentEnabled()
        Enable Azure Virtual Machines to retrieve certificates stored as secrets from the key vault.
        Returns:
        the next stage of key vault definition
      • withDiskEncryptionEnabled

        Vault.DefinitionStages.WithCreate withDiskEncryptionEnabled()
        Enable Azure Disk Encryption to retrieve secrets from the vault and unwrap keys.
        Returns:
        the next stage of key vault definition
      • withTemplateDeploymentEnabled

        Vault.DefinitionStages.WithCreate withTemplateDeploymentEnabled()
        Enable Azure Resource Manager to retrieve secrets from the key vault.
        Returns:
        the next stage of key vault definition
      • withSoftDeleteEnabled

        @Deprecated
        Vault.DefinitionStages.WithCreate withSoftDeleteEnabled()
        Deprecated.
        soft-delete protection is enabled by default. Users will no longer be able to opt out of or turn off soft-delete.
        Enable soft delete for the key vault.
        Returns:
        the next stage of key vault definition
      • withPurgeProtectionEnabled

        Vault.DefinitionStages.WithCreate withPurgeProtectionEnabled()
        Enable purge protection for the key vault; valid only if soft delete is also enabled.
        Returns:
        the next stage of key vault definition.
      • withDeploymentDisabled

        Vault.DefinitionStages.WithCreate withDeploymentDisabled()
        Disable Azure Virtual Machines to retrieve certificates stored as secrets from the key vault.
        Returns:
        the next stage of key vault definition
      • withDiskEncryptionDisabled

        Vault.DefinitionStages.WithCreate withDiskEncryptionDisabled()
        Disable Azure Disk Encryption to retrieve secrets from the vault and unwrap keys.
        Returns:
        the next stage of key vault definition
      • withTemplateDeploymentDisabled

        Vault.DefinitionStages.WithCreate withTemplateDeploymentDisabled()
        Disable Azure Resource Manager to retrieve secrets from the key vault.
        Returns:
        the next stage of key vault definition