ApiManagementServiceBackupRestoreParameters Class
- java.
lang. Object - com.
microsoft. azure. management. apimanagement. v2019_01_01.ApiManagementServiceBackupRestoreParameters
- com.
public class ApiManagementServiceBackupRestoreParameters
Parameters supplied to the Backup/Restore of an API Management service operation.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| ApiManagementServiceBackupRestoreParameters() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
accessKey()
Get azure Cloud Storage account (used to place/retrieve the backup) access key. |
| java.lang.String |
backupName()
Get the name of the backup file to create. |
| java.lang.String |
containerName()
Get azure Cloud Storage blob container name used to place/retrieve the backup. |
| java.lang.String |
storageAccount()
Get azure Cloud Storage account (used to place/retrieve the backup) name. |
|
Api |
withAccessKey(String accessKey)
Set azure Cloud Storage account (used to place/retrieve the backup) access key. |
|
Api |
withBackupName(String backupName)
Set the name of the backup file to create. |
|
Api |
withContainerName(String containerName)
Set azure Cloud Storage blob container name used to place/retrieve the backup. |
|
Api |
withStorageAccount(String storageAccount)
Set azure Cloud Storage account (used to place/retrieve the backup) name. |
Methods inherited from java.lang.Object
Constructor Details
ApiManagementServiceBackupRestoreParameters
public ApiManagementServiceBackupRestoreParameters()
Method Details
accessKey
public String accessKey()
Get azure Cloud Storage account (used to place/retrieve the backup) access key.
Returns:
backupName
public String backupName()
Get the name of the backup file to create.
Returns:
containerName
public String containerName()
Get azure Cloud Storage blob container name used to place/retrieve the backup.
Returns:
storageAccount
public String storageAccount()
Get azure Cloud Storage account (used to place/retrieve the backup) name.
Returns:
withAccessKey
public ApiManagementServiceBackupRestoreParameters withAccessKey(String accessKey)
Set azure Cloud Storage account (used to place/retrieve the backup) access key.
Parameters:
Returns:
withBackupName
public ApiManagementServiceBackupRestoreParameters withBackupName(String backupName)
Set the name of the backup file to create.
Parameters:
Returns:
withContainerName
public ApiManagementServiceBackupRestoreParameters withContainerName(String containerName)
Set azure Cloud Storage blob container name used to place/retrieve the backup.
Parameters:
Returns:
withStorageAccount
public ApiManagementServiceBackupRestoreParameters withStorageAccount(String storageAccount)
Set azure Cloud Storage account (used to place/retrieve the backup) name.
Parameters:
Returns: