Migration Recovery Points - Get
Ruft einen Wiederherstellungspunkt für ein Migrationselement ab.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationMigrationItems/{migrationItemName}/migrationRecoveryPoints/{migrationRecoveryPointName}?api-version=2025-02-01
URI-Parameter
Name | In | Erforderlich | Typ | Beschreibung |
---|---|---|---|---|
fabric
|
path | True |
string |
Eindeutiger Fabric-Name. |
migration
|
path | True |
string |
Name des Migrationselements. |
migration
|
path | True |
string |
Der Name des Migrationswiederherstellungspunkts. |
protection
|
path | True |
string |
Name des Schutzcontainers. |
resource
|
path | True |
string |
Der Name der Ressourcengruppe, in der der Wiederherstellungsdiensttresor vorhanden ist. |
resource
|
path | True |
string |
Der Name des Wiederherstellungsdienstetresors. |
subscription
|
path | True |
string |
Die Abonnement-ID. |
api-version
|
query | True |
string |
Client-API-Version. |
Antworten
Name | Typ | Beschreibung |
---|---|---|
200 OK |
OKAY |
Sicherheit
azure_auth
Azure Active Directory OAuth2-Fluss
Typ:
oauth2
Ablauf:
implicit
Autorisierungs-URL:
https://login.microsoftonline.com/common/oauth2/authorize
Bereiche
Name | Beschreibung |
---|---|
user_impersonation | identitätswechseln Sie Ihr Benutzerkonto. |
Beispiele
Gets a recovery point for a migration item.
Beispielanforderung
GET https://management.azure.com/subscriptions/cb53d0c3-bd59-4721-89bc-06916a9147ef/resourceGroups/resourcegroup1/providers/Microsoft.RecoveryServices/vaults/migrationvault/replicationFabrics/vmwarefabric1/replicationProtectionContainers/vmwareContainer1/replicationMigrationItems/virtualmachine1/migrationRecoveryPoints/b22134ea-620c-474b-9fa5-3c1cb47708e3?api-version=2025-02-01
Beispiel für eine Antwort
Azure-AsyncOperation: https://management.azure.com/Subscriptions/cb53d0c3-bd59-4721-89bc-06916a9147ef/resourceGroups/resourcegroup1/providers/Microsoft.RecoveryServices/vaults/migrationvault/replicationOperationStatus/a93f3cd5-9035-4b1e-a2c9-b16df6d5d34b?api-version=2025-02-01
{
"name": "b22134ea-620c-474b-9fa5-3c1cb47708e3",
"type": "Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems/migrationRecoveryPoints",
"id": "/Subscriptions/cb53d0c3-bd59-4721-89bc-06916a9147ef/resourceGroups/resourcegroup1/providers/Microsoft.RecoveryServices/vaults/migrationvault/replicationFabrics/vmwarefabric1/replicationProtectionContainers/vmwareContainer1/replicationMigrationItems/virtualmachine1/migrationRecoveryPoints/b22134ea-620c-474b-9fa5-3c1cb47708e3",
"properties": {
"recoveryPointTime": "2017-04-26T06:37:50.8082715Z",
"recoveryPointType": "CrashConsistent"
}
}
Definitionen
Name | Beschreibung |
---|---|
Migration |
Wiederherstellungspunkt für ein Migrationselement. |
Migration |
Eigenschaften des Wiederherstellungspunkts für Migrationselemente. |
Migration |
Der Wiederherstellungspunkttyp. |
MigrationRecoveryPoint
Wiederherstellungspunkt für ein Migrationselement.
Name | Typ | Beschreibung |
---|---|---|
id |
string |
Ressourcen-ID |
location |
string |
Ressourcenspeicherort |
name |
string |
Ressourcenname |
properties |
Wiederherstellungspunkteigenschaften. |
|
type |
string |
Ressourcentyp |
MigrationRecoveryPointProperties
Eigenschaften des Wiederherstellungspunkts für Migrationselemente.
Name | Typ | Beschreibung |
---|---|---|
recoveryPointTime |
string (date-time) |
Die Wiederherstellungspunktzeit. |
recoveryPointType |
Der Wiederherstellungspunkttyp. |
MigrationRecoveryPointType
Der Wiederherstellungspunkttyp.
Wert | Beschreibung |
---|---|
ApplicationConsistent | |
CrashConsistent | |
NotSpecified |