ApiManagementServiceBackupRestoreParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parameters supplied to the Backup/Restore of an API Management service operation.
public class ApiManagementServiceBackupRestoreParameters
type ApiManagementServiceBackupRestoreParameters = class
Public Class ApiManagementServiceBackupRestoreParameters
- Inheritance
-
ApiManagementServiceBackupRestoreParameters
Constructors
ApiManagementServiceBackupRestoreParameters() |
Initializes a new instance of the ApiManagementServiceBackupRestoreParameters class. |
ApiManagementServiceBackupRestoreParameters(String, String, String, String, String, String) |
Initializes a new instance of the ApiManagementServiceBackupRestoreParameters class. |
Properties
AccessKey |
Gets or sets storage account access key. Required only if
|
AccessType |
Gets or sets the type of access to be used for the storage account. Possible values include: 'AccessKey', 'SystemAssignedManagedIdentity', 'UserAssignedManagedIdentity' |
BackupName |
Gets or sets the name of the backup file to create/retrieve. |
ClientId |
Gets or sets the Client ID of user assigned managed identity.
Required only if |
ContainerName |
Gets or sets the name of the blob container (used to place/retrieve the backup). |
StorageAccount |
Gets or sets the name of the Azure storage account (used to place/retrieve the backup). |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET