Share via


ApiManagementServiceBackupRestoreParameters Class

  • java.lang.Object
    • com.microsoft.azure.management.apimanagement.v2019_01_01.ApiManagementServiceBackupRestoreParameters

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.

ApiManagementServiceBackupRestoreParameters withAccessKey(String accessKey)

Set azure Cloud Storage account (used to place/retrieve the backup) access key.

ApiManagementServiceBackupRestoreParameters withBackupName(String backupName)

Set the name of the backup file to create.

ApiManagementServiceBackupRestoreParameters withContainerName(String containerName)

Set azure Cloud Storage blob container name used to place/retrieve the backup.

ApiManagementServiceBackupRestoreParameters withStorageAccount(String storageAccount)

Set azure Cloud Storage account (used to place/retrieve the backup) name.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

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:

the accessKey value

backupName

public String backupName()

Get the name of the backup file to create.

Returns:

the backupName value

containerName

public String containerName()

Get azure Cloud Storage blob container name used to place/retrieve the backup.

Returns:

the containerName value

storageAccount

public String storageAccount()

Get azure Cloud Storage account (used to place/retrieve the backup) name.

Returns:

the storageAccount value

withAccessKey

public ApiManagementServiceBackupRestoreParameters withAccessKey(String accessKey)

Set azure Cloud Storage account (used to place/retrieve the backup) access key.

Parameters:

accessKey - the accessKey value to set

Returns:

the ApiManagementServiceBackupRestoreParameters object itself.

withBackupName

public ApiManagementServiceBackupRestoreParameters withBackupName(String backupName)

Set the name of the backup file to create.

Parameters:

backupName - the backupName value to set

Returns:

the ApiManagementServiceBackupRestoreParameters object itself.

withContainerName

public ApiManagementServiceBackupRestoreParameters withContainerName(String containerName)

Set azure Cloud Storage blob container name used to place/retrieve the backup.

Parameters:

containerName - the containerName value to set

Returns:

the ApiManagementServiceBackupRestoreParameters object itself.

withStorageAccount

public ApiManagementServiceBackupRestoreParameters withStorageAccount(String storageAccount)

Set azure Cloud Storage account (used to place/retrieve the backup) name.

Parameters:

storageAccount - the storageAccount value to set

Returns:

the ApiManagementServiceBackupRestoreParameters object itself.

Applies to