ApiManagementServiceBackupRestoreParameters interface

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

Properties

accessKey

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

accessType

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

backupName

The name of the backup file to create/retrieve.

clientId

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

containerName

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

storageAccount

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

Property Details

accessKey

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

accessKey?: string

Property Value

string

accessType

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

accessType?: string

Property Value

string

backupName

The name of the backup file to create/retrieve.

backupName: string

Property Value

string

clientId

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

clientId?: string

Property Value

string

containerName

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

containerName: string

Property Value

string

storageAccount

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

storageAccount: string

Property Value

string