350 строки
26 KiB
YAML
350 строки
26 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.netapp.models.Backups"
|
|
fullName: "com.azure.resourcemanager.netapp.models.Backups"
|
|
name: "Backups"
|
|
nameWithType: "Backups"
|
|
summary: "Resource collection API of Backups."
|
|
syntax: "public interface **Backups**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.netapp.models.Backups.define(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.netapp.models.Backups.define(String name)"
|
|
name: "define(String name)"
|
|
nameWithType: "Backups.define(String name)"
|
|
summary: "Begins definition for a new Backup resource."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "resource name."
|
|
name: "name"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Backup.DefinitionStages.Blank define(String name)"
|
|
desc: "Begins definition for a new Backup resource."
|
|
returns:
|
|
description: "the first stage of the new Backup definition."
|
|
type: "<xref href=\"com.azure.resourcemanager.netapp.models.Backup.DefinitionStages.Blank?alt=com.azure.resourcemanager.netapp.models.Backup.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.netapp.models.Backups.delete(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.netapp.models.Backups.delete(String resourceGroupName, String accountName, String backupVaultName, String backupName)"
|
|
name: "delete(String resourceGroupName, String accountName, String backupVaultName, String backupName)"
|
|
nameWithType: "Backups.delete(String resourceGroupName, String accountName, String backupVaultName, String backupName)"
|
|
summary: "Delete backup Delete a Backup under the Backup Vault."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the NetApp account."
|
|
name: "accountName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the Backup Vault."
|
|
name: "backupVaultName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the backup."
|
|
name: "backupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract void delete(String resourceGroupName, String accountName, String backupVaultName, String backupName)"
|
|
desc: "Delete backup Delete a Backup under the Backup Vault."
|
|
- uid: "com.azure.resourcemanager.netapp.models.Backups.delete(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.netapp.models.Backups.delete(String resourceGroupName, String accountName, String backupVaultName, String backupName, Context context)"
|
|
name: "delete(String resourceGroupName, String accountName, String backupVaultName, String backupName, Context context)"
|
|
nameWithType: "Backups.delete(String resourceGroupName, String accountName, String backupVaultName, String backupName, Context context)"
|
|
summary: "Delete backup Delete a Backup under the Backup Vault."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the NetApp account."
|
|
name: "accountName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the Backup Vault."
|
|
name: "backupVaultName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the backup."
|
|
name: "backupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract void delete(String resourceGroupName, String accountName, String backupVaultName, String backupName, Context context)"
|
|
desc: "Delete backup Delete a Backup under the Backup Vault."
|
|
- uid: "com.azure.resourcemanager.netapp.models.Backups.deleteById(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.netapp.models.Backups.deleteById(String id)"
|
|
name: "deleteById(String id)"
|
|
nameWithType: "Backups.deleteById(String id)"
|
|
summary: "Delete backup Delete a Backup under the Backup Vault."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract void deleteById(String id)"
|
|
desc: "Delete backup Delete a Backup under the Backup Vault."
|
|
- uid: "com.azure.resourcemanager.netapp.models.Backups.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.netapp.models.Backups.deleteByIdWithResponse(String id, Context context)"
|
|
name: "deleteByIdWithResponse(String id, Context context)"
|
|
nameWithType: "Backups.deleteByIdWithResponse(String id, Context context)"
|
|
summary: "Delete backup Delete a Backup under the Backup Vault."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract void deleteByIdWithResponse(String id, Context context)"
|
|
desc: "Delete backup Delete a Backup under the Backup Vault."
|
|
- uid: "com.azure.resourcemanager.netapp.models.Backups.get(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.netapp.models.Backups.get(String resourceGroupName, String accountName, String backupVaultName, String backupName)"
|
|
name: "get(String resourceGroupName, String accountName, String backupVaultName, String backupName)"
|
|
nameWithType: "Backups.get(String resourceGroupName, String accountName, String backupVaultName, String backupName)"
|
|
summary: "Describe the Backup under Backup Vault Get the specified Backup under Backup Vault."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the NetApp account."
|
|
name: "accountName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the Backup Vault."
|
|
name: "backupVaultName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the backup."
|
|
name: "backupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Backup get(String resourceGroupName, String accountName, String backupVaultName, String backupName)"
|
|
desc: "Describe the Backup under Backup Vault Get the specified Backup under Backup Vault."
|
|
returns:
|
|
description: "the specified Backup under Backup Vault."
|
|
type: "<xref href=\"com.azure.resourcemanager.netapp.models.Backup?alt=com.azure.resourcemanager.netapp.models.Backup&text=Backup\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.netapp.models.Backups.getById(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.netapp.models.Backups.getById(String id)"
|
|
name: "getById(String id)"
|
|
nameWithType: "Backups.getById(String id)"
|
|
summary: "Describe the Backup under Backup Vault Get the specified Backup under Backup Vault."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract Backup getById(String id)"
|
|
desc: "Describe the Backup under Backup Vault Get the specified Backup under Backup Vault."
|
|
returns:
|
|
description: "the specified Backup under Backup Vault along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.resourcemanager.netapp.models.Backup?alt=com.azure.resourcemanager.netapp.models.Backup&text=Backup\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.netapp.models.Backups.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.netapp.models.Backups.getByIdWithResponse(String id, Context context)"
|
|
name: "getByIdWithResponse(String id, Context context)"
|
|
nameWithType: "Backups.getByIdWithResponse(String id, Context context)"
|
|
summary: "Describe the Backup under Backup Vault Get the specified Backup under Backup Vault."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the resource ID."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<Backup> getByIdWithResponse(String id, Context context)"
|
|
desc: "Describe the Backup under Backup Vault Get the specified Backup under Backup Vault."
|
|
returns:
|
|
description: "the specified Backup under Backup Vault along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.netapp.models.Backup?alt=com.azure.resourcemanager.netapp.models.Backup&text=Backup\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.netapp.models.Backups.getLatestStatus(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.netapp.models.Backups.getLatestStatus(String resourceGroupName, String accountName, String poolName, String volumeName)"
|
|
name: "getLatestStatus(String resourceGroupName, String accountName, String poolName, String volumeName)"
|
|
nameWithType: "Backups.getLatestStatus(String resourceGroupName, String accountName, String poolName, String volumeName)"
|
|
summary: "Get the latest backup status of a volume Get the latest status of the backup for a volume."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the NetApp account."
|
|
name: "accountName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the capacity pool."
|
|
name: "poolName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the volume."
|
|
name: "volumeName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract BackupStatus getLatestStatus(String resourceGroupName, String accountName, String poolName, String volumeName)"
|
|
desc: "Get the latest backup status of a volume Get the latest status of the backup for a volume."
|
|
returns:
|
|
description: "the latest status of the backup for a volume."
|
|
type: "<xref href=\"com.azure.resourcemanager.netapp.models.BackupStatus?alt=com.azure.resourcemanager.netapp.models.BackupStatus&text=BackupStatus\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.netapp.models.Backups.getLatestStatusWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.netapp.models.Backups.getLatestStatusWithResponse(String resourceGroupName, String accountName, String poolName, String volumeName, Context context)"
|
|
name: "getLatestStatusWithResponse(String resourceGroupName, String accountName, String poolName, String volumeName, Context context)"
|
|
nameWithType: "Backups.getLatestStatusWithResponse(String resourceGroupName, String accountName, String poolName, String volumeName, Context context)"
|
|
summary: "Get the latest backup status of a volume Get the latest status of the backup for a volume."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the NetApp account."
|
|
name: "accountName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the capacity pool."
|
|
name: "poolName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the volume."
|
|
name: "volumeName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<BackupStatus> getLatestStatusWithResponse(String resourceGroupName, String accountName, String poolName, String volumeName, Context context)"
|
|
desc: "Get the latest backup status of a volume Get the latest status of the backup for a volume."
|
|
returns:
|
|
description: "the latest status of the backup for a volume along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.netapp.models.BackupStatus?alt=com.azure.resourcemanager.netapp.models.BackupStatus&text=BackupStatus\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.netapp.models.Backups.getVolumeLatestRestoreStatus(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.netapp.models.Backups.getVolumeLatestRestoreStatus(String resourceGroupName, String accountName, String poolName, String volumeName)"
|
|
name: "getVolumeLatestRestoreStatus(String resourceGroupName, String accountName, String poolName, String volumeName)"
|
|
nameWithType: "Backups.getVolumeLatestRestoreStatus(String resourceGroupName, String accountName, String poolName, String volumeName)"
|
|
summary: "Get the latest restore status of a volume Get the latest status of the restore for a volume."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the NetApp account."
|
|
name: "accountName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the capacity pool."
|
|
name: "poolName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the volume."
|
|
name: "volumeName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract RestoreStatus getVolumeLatestRestoreStatus(String resourceGroupName, String accountName, String poolName, String volumeName)"
|
|
desc: "Get the latest restore status of a volume Get the latest status of the restore for a volume."
|
|
returns:
|
|
description: "the latest status of the restore for a volume."
|
|
type: "<xref href=\"com.azure.resourcemanager.netapp.models.RestoreStatus?alt=com.azure.resourcemanager.netapp.models.RestoreStatus&text=RestoreStatus\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.netapp.models.Backups.getVolumeLatestRestoreStatusWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.netapp.models.Backups.getVolumeLatestRestoreStatusWithResponse(String resourceGroupName, String accountName, String poolName, String volumeName, Context context)"
|
|
name: "getVolumeLatestRestoreStatusWithResponse(String resourceGroupName, String accountName, String poolName, String volumeName, Context context)"
|
|
nameWithType: "Backups.getVolumeLatestRestoreStatusWithResponse(String resourceGroupName, String accountName, String poolName, String volumeName, Context context)"
|
|
summary: "Get the latest restore status of a volume Get the latest status of the restore for a volume."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the NetApp account."
|
|
name: "accountName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the capacity pool."
|
|
name: "poolName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the volume."
|
|
name: "volumeName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<RestoreStatus> getVolumeLatestRestoreStatusWithResponse(String resourceGroupName, String accountName, String poolName, String volumeName, Context context)"
|
|
desc: "Get the latest restore status of a volume Get the latest status of the restore for a volume."
|
|
returns:
|
|
description: "the latest status of the restore for a volume along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.netapp.models.RestoreStatus?alt=com.azure.resourcemanager.netapp.models.RestoreStatus&text=RestoreStatus\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.netapp.models.Backups.getWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.netapp.models.Backups.getWithResponse(String resourceGroupName, String accountName, String backupVaultName, String backupName, Context context)"
|
|
name: "getWithResponse(String resourceGroupName, String accountName, String backupVaultName, String backupName, Context context)"
|
|
nameWithType: "Backups.getWithResponse(String resourceGroupName, String accountName, String backupVaultName, String backupName, Context context)"
|
|
summary: "Describe the Backup under Backup Vault Get the specified Backup under Backup Vault."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the NetApp account."
|
|
name: "accountName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the Backup Vault."
|
|
name: "backupVaultName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the backup."
|
|
name: "backupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<Backup> getWithResponse(String resourceGroupName, String accountName, String backupVaultName, String backupName, Context context)"
|
|
desc: "Describe the Backup under Backup Vault Get the specified Backup under Backup Vault."
|
|
returns:
|
|
description: "the specified Backup under Backup Vault along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.netapp.models.Backup?alt=com.azure.resourcemanager.netapp.models.Backup&text=Backup\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.netapp.models.Backups.listByVault(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.netapp.models.Backups.listByVault(String resourceGroupName, String accountName, String backupVaultName)"
|
|
name: "listByVault(String resourceGroupName, String accountName, String backupVaultName)"
|
|
nameWithType: "Backups.listByVault(String resourceGroupName, String accountName, String backupVaultName)"
|
|
summary: "List Backups List all backups Under a Backup Vault."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the NetApp account."
|
|
name: "accountName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the Backup Vault."
|
|
name: "backupVaultName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<Backup> listByVault(String resourceGroupName, String accountName, String backupVaultName)"
|
|
desc: "List Backups List all backups Under a Backup Vault."
|
|
returns:
|
|
description: "list of Backups as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.netapp.models.Backup?alt=com.azure.resourcemanager.netapp.models.Backup&text=Backup\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.netapp.models.Backups.listByVault(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.netapp.models.Backups.listByVault(String resourceGroupName, String accountName, String backupVaultName, String filter, Context context)"
|
|
name: "listByVault(String resourceGroupName, String accountName, String backupVaultName, String filter, Context context)"
|
|
nameWithType: "Backups.listByVault(String resourceGroupName, String accountName, String backupVaultName, String filter, Context context)"
|
|
summary: "List Backups List all backups Under a Backup Vault."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group. The name is case insensitive."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the NetApp account."
|
|
name: "accountName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the Backup Vault."
|
|
name: "backupVaultName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "An option to specify the VolumeResourceId. If present, then only returns the backups under the\n specified volume."
|
|
name: "filter"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract PagedIterable<Backup> listByVault(String resourceGroupName, String accountName, String backupVaultName, String filter, Context context)"
|
|
desc: "List Backups List all backups Under a Backup Vault."
|
|
returns:
|
|
description: "list of Backups as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.netapp.models.Backup?alt=com.azure.resourcemanager.netapp.models.Backup&text=Backup\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "Resource collection API of Backups."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.netapp.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-netapp:1.5.1
|