Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ApiManagementServiceBackupRestoreParameters

Package version

Parameters supplied to the Backup/Restore of an API Management service operation.

Hierarchy

  • ApiManagementServiceBackupRestoreParameters

Index

Properties

Optional accessKey

accessKey: undefined | string

Storage account access key. Required only if accessType is set to AccessKey.

Optional accessType

accessType: AccessType

The type of access to be used for the storage account.

backupName

backupName: string

The name of the backup file to create/retrieve.

Optional clientId

clientId: undefined | string

The Client ID of user assigned managed identity. Required only if accessType is set to UserAssignedManagedIdentity.

containerName

containerName: string

The name of the blob container (used to place/retrieve the backup).

storageAccount

storageAccount: string

The name of the Azure storage account (used to place/retrieve the backup).

Generated using TypeDoc