azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.d...

120 строки
10 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.dataprotection.fluent.RecoveryPointsClient"
fullName: "com.azure.resourcemanager.dataprotection.fluent.RecoveryPointsClient"
name: "RecoveryPointsClient"
nameWithType: "RecoveryPointsClient"
summary: "An instance of this class provides access to all the operations defined in Recovery<wbr>Points<wbr>Client."
syntax: "public interface **RecoveryPointsClient**"
methods:
- uid: "com.azure.resourcemanager.dataprotection.fluent.RecoveryPointsClient.get(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.dataprotection.fluent.RecoveryPointsClient.get(String resourceGroupName, String vaultName, String backupInstanceName, String recoveryPointId)"
name: "get(String resourceGroupName, String vaultName, String backupInstanceName, String recoveryPointId)"
nameWithType: "RecoveryPointsClient.get(String resourceGroupName, String vaultName, String backupInstanceName, String recoveryPointId)"
summary: "Gets a Recovery Point using recovery<wbr>Point<wbr>Id for a Datasource."
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 backup vault."
name: "vaultName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the backup instance."
name: "backupInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The recoveryPointId parameter."
name: "recoveryPointId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract AzureBackupRecoveryPointResourceInner get(String resourceGroupName, String vaultName, String backupInstanceName, String recoveryPointId)"
desc: "Gets a Recovery Point using recoveryPointId for a Datasource."
returns:
description: "a Recovery Point using recoveryPointId for a Datasource."
type: "<xref href=\"com.azure.resourcemanager.dataprotection.fluent.models.AzureBackupRecoveryPointResourceInner?alt=com.azure.resourcemanager.dataprotection.fluent.models.AzureBackupRecoveryPointResourceInner&text=AzureBackupRecoveryPointResourceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.dataprotection.fluent.RecoveryPointsClient.getWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.dataprotection.fluent.RecoveryPointsClient.getWithResponse(String resourceGroupName, String vaultName, String backupInstanceName, String recoveryPointId, Context context)"
name: "getWithResponse(String resourceGroupName, String vaultName, String backupInstanceName, String recoveryPointId, Context context)"
nameWithType: "RecoveryPointsClient.getWithResponse(String resourceGroupName, String vaultName, String backupInstanceName, String recoveryPointId, Context context)"
summary: "Gets a Recovery Point using recovery<wbr>Point<wbr>Id for a Datasource."
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 backup vault."
name: "vaultName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the backup instance."
name: "backupInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The recoveryPointId parameter."
name: "recoveryPointId"
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<AzureBackupRecoveryPointResourceInner> getWithResponse(String resourceGroupName, String vaultName, String backupInstanceName, String recoveryPointId, Context context)"
desc: "Gets a Recovery Point using recoveryPointId for a Datasource."
returns:
description: "a Recovery Point using recoveryPointId for a Datasource 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\" />&lt;<xref href=\"com.azure.resourcemanager.dataprotection.fluent.models.AzureBackupRecoveryPointResourceInner?alt=com.azure.resourcemanager.dataprotection.fluent.models.AzureBackupRecoveryPointResourceInner&text=AzureBackupRecoveryPointResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.dataprotection.fluent.RecoveryPointsClient.list(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.dataprotection.fluent.RecoveryPointsClient.list(String resourceGroupName, String vaultName, String backupInstanceName)"
name: "list(String resourceGroupName, String vaultName, String backupInstanceName)"
nameWithType: "RecoveryPointsClient.list(String resourceGroupName, String vaultName, String backupInstanceName)"
summary: "Returns a list of Recovery Points for a Data<wbr>Source in a 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 backup vault."
name: "vaultName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the backup instance."
name: "backupInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<AzureBackupRecoveryPointResourceInner> list(String resourceGroupName, String vaultName, String backupInstanceName)"
desc: "Returns a list of Recovery Points for a DataSource in a vault."
returns:
description: "azureBackupRecoveryPointResourceList 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\" />&lt;<xref href=\"com.azure.resourcemanager.dataprotection.fluent.models.AzureBackupRecoveryPointResourceInner?alt=com.azure.resourcemanager.dataprotection.fluent.models.AzureBackupRecoveryPointResourceInner&text=AzureBackupRecoveryPointResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.dataprotection.fluent.RecoveryPointsClient.list(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.dataprotection.fluent.RecoveryPointsClient.list(String resourceGroupName, String vaultName, String backupInstanceName, String filter, String skipToken, Context context)"
name: "list(String resourceGroupName, String vaultName, String backupInstanceName, String filter, String skipToken, Context context)"
nameWithType: "RecoveryPointsClient.list(String resourceGroupName, String vaultName, String backupInstanceName, String filter, String skipToken, Context context)"
summary: "Returns a list of Recovery Points for a Data<wbr>Source in a 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 backup vault."
name: "vaultName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the backup instance."
name: "backupInstanceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "OData filter options."
name: "filter"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "skipToken Filter."
name: "skipToken"
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<AzureBackupRecoveryPointResourceInner> list(String resourceGroupName, String vaultName, String backupInstanceName, String filter, String skipToken, Context context)"
desc: "Returns a list of Recovery Points for a DataSource in a vault."
returns:
description: "azureBackupRecoveryPointResourceList 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\" />&lt;<xref href=\"com.azure.resourcemanager.dataprotection.fluent.models.AzureBackupRecoveryPointResourceInner?alt=com.azure.resourcemanager.dataprotection.fluent.models.AzureBackupRecoveryPointResourceInner&text=AzureBackupRecoveryPointResourceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in RecoveryPointsClient."
metadata: {}
package: "com.azure.resourcemanager.dataprotection.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-dataprotection:1.3.0