Uses of Interface
com.azure.resourcemanager.netapp.models.Backup

Packages that use Backup
Package
Description
Package containing the data models for NetAppManagementClient.
  • Uses of Backup in com.azure.resourcemanager.netapp.models

    Modifier and Type
    Method
    Description
    Backup.Update.apply()
    Executes the update request.
    Backup.Update.apply(com.azure.core.util.Context context)
    Executes the update request.
    Backup.DefinitionStages.WithCreate.create()
    Executes the create request.
    Backup.DefinitionStages.WithCreate.create(com.azure.core.util.Context context)
    Executes the create request.
    Backups.get(String resourceGroupName, String accountName, String backupVaultName, String backupName)
    Describe the Backup under Backup Vault Get the specified Backup under Backup Vault.
    Backups.getById(String id)
    Describe the Backup under Backup Vault Get the specified Backup under Backup Vault.
    Backup.refresh()
    Refreshes the resource to sync with Azure.
    Backup.refresh(com.azure.core.util.Context context)
    Refreshes the resource to sync with Azure.
    Methods in com.azure.resourcemanager.netapp.models that return types with arguments of type Backup
    Modifier and Type
    Method
    Description
    com.azure.core.http.rest.Response<Backup>
    Backups.getByIdWithResponse(String id, com.azure.core.util.Context context)
    Describe the Backup under Backup Vault Get the specified Backup under Backup Vault.
    com.azure.core.http.rest.Response<Backup>
    Backups.getWithResponse(String resourceGroupName, String accountName, String backupVaultName, String backupName, com.azure.core.util.Context context)
    Describe the Backup under Backup Vault Get the specified Backup under Backup Vault.
    com.azure.core.http.rest.PagedIterable<Backup>
    Backups.listByVault(String resourceGroupName, String accountName, String backupVaultName)
    List Backups List all backups Under a Backup Vault.
    com.azure.core.http.rest.PagedIterable<Backup>
    Backups.listByVault(String resourceGroupName, String accountName, String backupVaultName, String filter, com.azure.core.util.Context context)
    List Backups List all backups Under a Backup Vault.