Freigeben über


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
fabricName
path True

string

Eindeutiger Fabric-Name.

migrationItemName
path True

string

Name des Migrationselements.

migrationRecoveryPointName
path True

string

Der Name des Migrationswiederherstellungspunkts.

protectionContainerName
path True

string

Name des Schutzcontainers.

resourceGroupName
path True

string

Der Name der Ressourcengruppe, in der der Wiederherstellungsdiensttresor vorhanden ist.

resourceName
path True

string

Der Name des Wiederherstellungsdienstetresors.

subscriptionId
path True

string

Die Abonnement-ID.

api-version
query True

string

Client-API-Version.

Antworten

Name Typ Beschreibung
200 OK

MigrationRecoveryPoint

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
MigrationRecoveryPoint

Wiederherstellungspunkt für ein Migrationselement.

MigrationRecoveryPointProperties

Eigenschaften des Wiederherstellungspunkts für Migrationselemente.

MigrationRecoveryPointType

Der Wiederherstellungspunkttyp.

MigrationRecoveryPoint

Wiederherstellungspunkt für ein Migrationselement.

Name Typ Beschreibung
id

string

Ressourcen-ID

location

string

Ressourcenspeicherort

name

string

Ressourcenname

properties

MigrationRecoveryPointProperties

Wiederherstellungspunkteigenschaften.

type

string

Ressourcentyp

MigrationRecoveryPointProperties

Eigenschaften des Wiederherstellungspunkts für Migrationselemente.

Name Typ Beschreibung
recoveryPointTime

string (date-time)

Die Wiederherstellungspunktzeit.

recoveryPointType

MigrationRecoveryPointType

Der Wiederherstellungspunkttyp.

MigrationRecoveryPointType

Der Wiederherstellungspunkttyp.

Wert Beschreibung
ApplicationConsistent
CrashConsistent
NotSpecified