ApiManagementServiceBackupRestoreParameters interface
Parameters supplied to the Backup/Restore of an API Management service operation.
Properties
access |
Storage account access key. Required only if |
access |
The type of access to be used for the storage account. |
backup |
The name of the backup file to create/retrieve. |
client |
The Client ID of user assigned managed identity. Required only if |
container |
The name of the blob container (used to place/retrieve the backup). |
storage |
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