Uses of Class
com.azure.resourcemanager.apimanagement.models.ApiManagementServiceBackupRestoreParameters
Packages that use ApiManagementServiceBackupRestoreParameters
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of ApiManagementServiceBackupRestoreParameters in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type ApiManagementServiceBackupRestoreParametersModifier and TypeMethodDescriptionApiManagementServicesClient.backup(String resourceGroupName, String serviceName, ApiManagementServiceBackupRestoreParameters parameters) Creates a backup of the API Management service to the given Azure Storage Account.ApiManagementServicesClient.backup(String resourceGroupName, String serviceName, ApiManagementServiceBackupRestoreParameters parameters, com.azure.core.util.Context context) Creates a backup of the API Management service to the given Azure Storage Account.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApiManagementServiceResourceInner>, ApiManagementServiceResourceInner> ApiManagementServicesClient.beginBackup(String resourceGroupName, String serviceName, ApiManagementServiceBackupRestoreParameters parameters) Creates a backup of the API Management service to the given Azure Storage Account.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApiManagementServiceResourceInner>, ApiManagementServiceResourceInner> ApiManagementServicesClient.beginBackup(String resourceGroupName, String serviceName, ApiManagementServiceBackupRestoreParameters parameters, com.azure.core.util.Context context) Creates a backup of the API Management service to the given Azure Storage Account.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApiManagementServiceResourceInner>, ApiManagementServiceResourceInner> ApiManagementServicesClient.beginRestore(String resourceGroupName, String serviceName, ApiManagementServiceBackupRestoreParameters parameters) Restores a backup of an API Management service created using the ApiManagementService_Backup operation on the current service.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ApiManagementServiceResourceInner>, ApiManagementServiceResourceInner> ApiManagementServicesClient.beginRestore(String resourceGroupName, String serviceName, ApiManagementServiceBackupRestoreParameters parameters, com.azure.core.util.Context context) Restores a backup of an API Management service created using the ApiManagementService_Backup operation on the current service.ApiManagementServicesClient.restore(String resourceGroupName, String serviceName, ApiManagementServiceBackupRestoreParameters parameters) Restores a backup of an API Management service created using the ApiManagementService_Backup operation on the current service.ApiManagementServicesClient.restore(String resourceGroupName, String serviceName, ApiManagementServiceBackupRestoreParameters parameters, com.azure.core.util.Context context) Restores a backup of an API Management service created using the ApiManagementService_Backup operation on the current service. -
Uses of ApiManagementServiceBackupRestoreParameters in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ApiManagementServiceBackupRestoreParametersModifier and TypeMethodDescriptionApiManagementServiceBackupRestoreParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApiManagementServiceBackupRestoreParameters from the JsonReader.ApiManagementServiceBackupRestoreParameters.withAccessKey(String accessKey) Set the accessKey property: Storage account access key.ApiManagementServiceBackupRestoreParameters.withAccessType(AccessType accessType) Set the accessType property: The type of access to be used for the storage account.ApiManagementServiceBackupRestoreParameters.withBackupName(String backupName) Set the backupName property: The name of the backup file to create/retrieve.ApiManagementServiceBackupRestoreParameters.withClientId(String clientId) Set the clientId property: The Client ID of user assigned managed identity.ApiManagementServiceBackupRestoreParameters.withContainerName(String containerName) Set the containerName property: The name of the blob container (used to place/retrieve the backup).ApiManagementServiceBackupRestoreParameters.withStorageAccount(String storageAccount) Set the storageAccount property: The name of the Azure storage account (used to place/retrieve the backup).Methods in com.azure.resourcemanager.apimanagement.models with parameters of type ApiManagementServiceBackupRestoreParametersModifier and TypeMethodDescriptionApiManagementServiceResource.backup(ApiManagementServiceBackupRestoreParameters parameters) Creates a backup of the API Management service to the given Azure Storage Account.ApiManagementServiceResource.backup(ApiManagementServiceBackupRestoreParameters parameters, com.azure.core.util.Context context) Creates a backup of the API Management service to the given Azure Storage Account.ApiManagementServices.backup(String resourceGroupName, String serviceName, ApiManagementServiceBackupRestoreParameters parameters) Creates a backup of the API Management service to the given Azure Storage Account.ApiManagementServices.backup(String resourceGroupName, String serviceName, ApiManagementServiceBackupRestoreParameters parameters, com.azure.core.util.Context context) Creates a backup of the API Management service to the given Azure Storage Account.ApiManagementServices.restore(String resourceGroupName, String serviceName, ApiManagementServiceBackupRestoreParameters parameters) Restores a backup of an API Management service created using the ApiManagementService_Backup operation on the current service.ApiManagementServices.restore(String resourceGroupName, String serviceName, ApiManagementServiceBackupRestoreParameters parameters, com.azure.core.util.Context context) Restores a backup of an API Management service created using the ApiManagementService_Backup operation on the current service.