Aracılığıyla paylaş


Migration Recovery Points - Get

Geçiş öğesi için bir kurtarma noktası alır.

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-08-01

URI Parametreleri

Name İçinde Gerekli Tür Description
fabricName
path True

string

Doku adı.

migrationItemName
path True

string

Taşıma öğesi adı.

migrationRecoveryPointName
path True

string

Geçiş kurtarma noktası adı.

protectionContainerName
path True

string

Koruma kapsayıcı adı.

resourceGroupName
path True

string

minLength: 1
maxLength: 90

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

resourceName
path True

string

Kasanın adı

subscriptionId
path True

string (uuid)

Hedef aboneliğin kimliği. Değer bir UUID olmalıdır.

api-version
query True

string

minLength: 1

Bu işlem için kullanılacak API sürümü.

Yanıtlar

Name Tür Description
200 OK

MigrationRecoveryPoint

Azure işlemi başarıyla tamamlandı.

Güvenlik

azure_auth

Azure Active Directory OAuth2 Akışı.

Tür: oauth2
Akış: implicit
Yetkilendirme URL’si: https://login.microsoftonline.com/common/oauth2/authorize

Kapsamlar

Name Description
user_impersonation kullanıcı hesabınızın kimliğine bürünme

Örnekler

Gets a recovery point for a migration item.

Örnek isteği

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-08-01

Örnek yanıt

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-08-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"
  }
}

Tanımlar

Name Description
createdByType

Kaynağı oluşturan kimliğin türü.

MigrationRecoveryPoint

Geçiş öğesi için kurtarma noktası.

MigrationRecoveryPointProperties

Geçiş öğesi kurtarma noktası özellikleri.

MigrationRecoveryPointType

Kurtarma noktası türü.

systemData

Kaynağın oluşturulması ve son değiştirilmesiyle ilgili meta veriler.

createdByType

Kaynağı oluşturan kimliğin türü.

Değer Description
User
Application
ManagedIdentity
Key

MigrationRecoveryPoint

Geçiş öğesi için kurtarma noktası.

Name Tür Description
id

string (arm-id)

Kaynağın tam kaynak kimliği. Örneğin "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

location

string

Kaynak Konumu

name

string

Kaynağın adı

properties

MigrationRecoveryPointProperties

Kurtarma noktası özellikleri.

systemData

systemData

createdBy ve modifiedBy bilgilerini içeren Azure Resource Manager meta verileri.

type

string

Kaynağın türü. Örneğin, "Microsoft.Compute/virtualMachines" veya "Microsoft.Storage/storageAccounts"

MigrationRecoveryPointProperties

Geçiş öğesi kurtarma noktası özellikleri.

Name Tür Description
recoveryPointTime

string (date-time)

Kurtarma noktası süresi.

recoveryPointType

MigrationRecoveryPointType

Kurtarma noktası türü.

MigrationRecoveryPointType

Kurtarma noktası türü.

Değer Description
NotSpecified

Belirtilmemiş

ApplicationConsistent

UygulamaTutarlı

CrashConsistent

CrashConsistent

systemData

Kaynağın oluşturulması ve son değiştirilmesiyle ilgili meta veriler.

Name Tür Description
createdAt

string (date-time)

Kaynak oluşturma (UTC) zaman damgası.

createdBy

string

Kaynağı oluşturan kimlik.

createdByType

createdByType

Kaynağı oluşturan kimliğin türü.

lastModifiedAt

string (date-time)

Kaynağın son değişikliğinin zaman damgası (UTC)

lastModifiedBy

string

Kaynağı en son değiştiren kimlik.

lastModifiedByType

createdByType

Kaynağı en son değiştiren kimlik türü.