Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdateBackupVaultParams

Parameters for the updateBackupVault operation.

Hierarchy

  • UpdateBackupVaultParams

Index

Properties

Optional activityTracking

activityTracking: BackupVaultActivityTracking

Activity Tracking configuration. An empty object ({}) indicates no configuration, and no events will be sent (This is the same behavior as {"management_events":false}). Note that read/write events cannot be enabled, and events cannot be routed to a non-default Activity Tracker instance.

backupVaultName

backupVaultName: string

Name of the backup-vault to create or update.

Optional headers

headers: OutgoingHttpHeaders

Optional ifMatch

ifMatch: string

Conditionally update the Backup Vault config if and only if the ETag of the existing config exactly matches the provided If-Match MD5.

Optional metricsMonitoring

metricsMonitoring: BackupVaultMetricsMonitoring

Metrics Monitoring configuration. An empty object ({}) indicates no configuration, and no metrics will be collected (This is the same behavior as {"usage_metrics_enabled":false}). Note that request metrics cannot be enabled, and metrics cannot be routed to a non-default metrics router instance.

Generated using TypeDoc