Coffres Microsoft.RecoveryServices/replicationFabrics/replicationProtectionContainers/replicationMigrationItems 2021-03-01
- dernière
- 2024-04-01
- 2024-02-01
- 2024-01-01
- 2023-08-01
- 2023-06-01
- 2023-04-01
- 2023-02-01
- 2023-01-01
- 2022-10-01
- 2022-09-10
- 2022-08-01
- 2022-05-01
- 2022-04-01
- 2022-03-01
- 2022-02-01
- 2022-01-01
- 2021-12-01
- 2021-11-01
- 2021-10-01
- 2021-08-01
- 2021-07-01
- 2021-06-01
- 2021-04-01
- 2021-03-01
- 2021-02-10
- 2018-07-10
- 2018-01-10
Définition de ressource Bicep
Les coffres/replicationFabrics/replicationProtectionContainers/replicationMigrationItems peuvent être déployés avec des opérations qui ciblent :
- groupes de ressources - Consultez commandes de déploiement de groupes de ressources
Pour obtenir la liste des propriétés modifiées dans chaque version de l’API, consultez journal des modifications.
Format de ressource
Pour créer une ressource Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems, ajoutez le bicep suivant à votre modèle.
resource symbolicname 'Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2021-03-01' = {
name: 'string'
parent: resourceSymbolicName
properties: {
policyId: 'string'
providerSpecificDetails: {
instanceType: 'string'
// For remaining properties, see EnableMigrationProviderSpecificInputOrMigrationProviderSpecificSettings objects
}
}
}
Objets EnableMigrationProviderSpecificInputOrMigrationProviderSpecificSettings
Définissez la propriété instanceType pour spécifier le type d’objet.
Pour VMwareCbt, utilisez :
instanceType: 'VMwareCbt'
dataMoverRunAsAccountId: 'string'
disksToInclude: [
{
diskId: 'string'
diskType: 'string'
isOSDisk: 'string'
logStorageAccountId: 'string'
logStorageAccountSasSecretName: 'string'
}
]
licenseType: 'string'
snapshotRunAsAccountId: 'string'
targetAvailabilitySetId: 'string'
targetBootDiagnosticsStorageAccountId: 'string'
targetNetworkId: 'string'
targetResourceGroupId: 'string'
targetSubnetName: 'string'
targetVmName: 'string'
targetVmSize: 'string'
vmwareMachineId: 'string'
Valeurs de propriété
vaults/replicationFabrics/replicationProtectionConta...
Nom | Description | Valeur |
---|---|---|
nom | Nom de la ressource Découvrez comment définir des noms et des types pour les ressources enfants dans Bicep. |
chaîne (obligatoire) |
parent | Dans Bicep, vous pouvez spécifier la ressource parente d’une ressource enfant. Vous devez uniquement ajouter cette propriété lorsque la ressource enfant est déclarée en dehors de la ressource parente. Pour plus d’informations, consultez ressource enfant en dehors de la ressource parente. |
Nom symbolique de la ressource de type : replicationProtectionContainers |
Propriétés | Activez les propriétés d’entrée de migration. | EnableMigrationInputPropertiesOrMigrationItemPropert... (obligatoire) |
EnableMigrationInputPropertiesOrMigrationItemPropert...
Nom | Description | Valeur |
---|---|---|
policyId | ID de stratégie. | chaîne (obligatoire) |
providerSpecificDetails | Détails spécifiques du fournisseur. | EnableMigrationProviderSpecificInputOrMigrationProvi... (obligatoire) |
EnableMigrationProviderSpecificInputOrMigrationProvi...
Nom | Description | Valeur |
---|---|---|
instanceType | Définir le type d’objet | VMwareCbt (obligatoire) |
VMwareCbtEnableMigrationInputOrVMwareCbtMigrationDet...
Nom | Description | Valeur |
---|---|---|
instanceType | Type de classe. | 'VMwareCbt' (obligatoire) |
dataMoverRunAsAccountId | ID du compte RunAs du moveur de données. | chaîne (obligatoire) |
disksToInclude | Disques à inclure dans la liste. | VMwareCbtDiskInput[] (obligatoire) |
licenseType | Type de licence. | 'NoLicenseType' 'NotSpecified' 'WindowsServer' |
snapshotRunAsAccountId | ID du compte d’identification d’instantané. | chaîne (obligatoire) |
targetAvailabilitySetId | ID ARM du groupe à haute disponibilité cible. | corde |
targetBootDiagnosticsStorageAccountId | ID ARM du compte de stockage de diagnostic de démarrage cible. | corde |
targetNetworkId | ID ARM du réseau cible. | chaîne (obligatoire) |
targetResourceGroupId | ID ARM du groupe de ressources cible. | chaîne (obligatoire) |
targetSubnetName | Nom du sous-réseau cible. | corde |
targetVmName | Nom de la machine virtuelle cible. | corde |
targetVmSize | Taille de machine virtuelle cible. | corde |
vmwareMachineId | ID ARM de la machine virtuelle découverte dans VMware. | chaîne (obligatoire) |
VMwareCbtDiskInput
Nom | Description | Valeur |
---|---|---|
diskId | ID de disque. | chaîne (obligatoire) |
diskType | Type de disque. | 'Premium_LRS' 'StandardSSD_LRS' 'Standard_LRS' |
isOSDisk | Valeur indiquant si le disque est le disque du système d’exploitation. | chaîne (obligatoire) |
logStorageAccountId | ID ARM du compte de stockage du journal. | chaîne (obligatoire) |
logStorageAccountSasSecretName | Nom du secret du coffre de clés du compte de stockage du journal. | chaîne (obligatoire) |
Définition de ressource de modèle ARM
Les coffres/replicationFabrics/replicationProtectionContainers/replicationMigrationItems peuvent être déployés avec des opérations qui ciblent :
- groupes de ressources - Consultez commandes de déploiement de groupes de ressources
Pour obtenir la liste des propriétés modifiées dans chaque version de l’API, consultez journal des modifications.
Format de ressource
Pour créer une ressource Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems, ajoutez le code JSON suivant à votre modèle.
{
"type": "Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems",
"apiVersion": "2021-03-01",
"name": "string",
"properties": {
"policyId": "string",
"providerSpecificDetails": {
"instanceType": "string"
// For remaining properties, see EnableMigrationProviderSpecificInputOrMigrationProviderSpecificSettings objects
}
}
}
Objets EnableMigrationProviderSpecificInputOrMigrationProviderSpecificSettings
Définissez la propriété instanceType pour spécifier le type d’objet.
Pour VMwareCbt, utilisez :
"instanceType": "VMwareCbt",
"dataMoverRunAsAccountId": "string",
"disksToInclude": [
{
"diskId": "string",
"diskType": "string",
"isOSDisk": "string",
"logStorageAccountId": "string",
"logStorageAccountSasSecretName": "string"
}
],
"licenseType": "string",
"snapshotRunAsAccountId": "string",
"targetAvailabilitySetId": "string",
"targetBootDiagnosticsStorageAccountId": "string",
"targetNetworkId": "string",
"targetResourceGroupId": "string",
"targetSubnetName": "string",
"targetVmName": "string",
"targetVmSize": "string",
"vmwareMachineId": "string"
Valeurs de propriété
vaults/replicationFabrics/replicationProtectionConta...
Nom | Description | Valeur |
---|---|---|
type | Type de ressource | 'Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems' |
apiVersion | Version de l’API de ressource | '2021-03-01' |
nom | Nom de la ressource Découvrez comment définir des noms et des types pour les ressources enfants dans modèles ARM JSON. |
chaîne (obligatoire) |
Propriétés | Activez les propriétés d’entrée de migration. | EnableMigrationInputPropertiesOrMigrationItemPropert... (obligatoire) |
EnableMigrationInputPropertiesOrMigrationItemPropert...
Nom | Description | Valeur |
---|---|---|
policyId | ID de stratégie. | chaîne (obligatoire) |
providerSpecificDetails | Détails spécifiques du fournisseur. | EnableMigrationProviderSpecificInputOrMigrationProvi... (obligatoire) |
EnableMigrationProviderSpecificInputOrMigrationProvi...
Nom | Description | Valeur |
---|---|---|
instanceType | Définir le type d’objet | VMwareCbt (obligatoire) |
VMwareCbtEnableMigrationInputOrVMwareCbtMigrationDet...
Nom | Description | Valeur |
---|---|---|
instanceType | Type de classe. | 'VMwareCbt' (obligatoire) |
dataMoverRunAsAccountId | ID du compte RunAs du moveur de données. | chaîne (obligatoire) |
disksToInclude | Disques à inclure dans la liste. | VMwareCbtDiskInput[] (obligatoire) |
licenseType | Type de licence. | 'NoLicenseType' 'NotSpecified' 'WindowsServer' |
snapshotRunAsAccountId | ID du compte d’identification d’instantané. | chaîne (obligatoire) |
targetAvailabilitySetId | ID ARM du groupe à haute disponibilité cible. | corde |
targetBootDiagnosticsStorageAccountId | ID ARM du compte de stockage de diagnostic de démarrage cible. | corde |
targetNetworkId | ID ARM du réseau cible. | chaîne (obligatoire) |
targetResourceGroupId | ID ARM du groupe de ressources cible. | chaîne (obligatoire) |
targetSubnetName | Nom du sous-réseau cible. | corde |
targetVmName | Nom de la machine virtuelle cible. | corde |
targetVmSize | Taille de machine virtuelle cible. | corde |
vmwareMachineId | ID ARM de la machine virtuelle découverte dans VMware. | chaîne (obligatoire) |
VMwareCbtDiskInput
Nom | Description | Valeur |
---|---|---|
diskId | ID de disque. | chaîne (obligatoire) |
diskType | Type de disque. | 'Premium_LRS' 'StandardSSD_LRS' 'Standard_LRS' |
isOSDisk | Valeur indiquant si le disque est le disque du système d’exploitation. | chaîne (obligatoire) |
logStorageAccountId | ID ARM du compte de stockage du journal. | chaîne (obligatoire) |
logStorageAccountSasSecretName | Nom du secret du coffre de clés du compte de stockage du journal. | chaîne (obligatoire) |
Définition de ressource Terraform (fournisseur AzAPI)
Les coffres/replicationFabrics/replicationProtectionContainers/replicationMigrationItems peuvent être déployés avec des opérations qui ciblent :
- groupes de ressources
Pour obtenir la liste des propriétés modifiées dans chaque version de l’API, consultez journal des modifications.
Format de ressource
Pour créer une ressource Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems, ajoutez la terraform suivante à votre modèle.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2021-03-01"
name = "string"
parent_id = "string"
body = jsonencode({
properties = {
policyId = "string"
providerSpecificDetails = {
instanceType = "string"
// For remaining properties, see EnableMigrationProviderSpecificInputOrMigrationProviderSpecificSettings objects
}
}
})
}
Objets EnableMigrationProviderSpecificInputOrMigrationProviderSpecificSettings
Définissez la propriété instanceType pour spécifier le type d’objet.
Pour VMwareCbt, utilisez :
instanceType = "VMwareCbt"
dataMoverRunAsAccountId = "string"
disksToInclude = [
{
diskId = "string"
diskType = "string"
isOSDisk = "string"
logStorageAccountId = "string"
logStorageAccountSasSecretName = "string"
}
]
licenseType = "string"
snapshotRunAsAccountId = "string"
targetAvailabilitySetId = "string"
targetBootDiagnosticsStorageAccountId = "string"
targetNetworkId = "string"
targetResourceGroupId = "string"
targetSubnetName = "string"
targetVmName = "string"
targetVmSize = "string"
vmwareMachineId = "string"
Valeurs de propriété
vaults/replicationFabrics/replicationProtectionConta...
Nom | Description | Valeur |
---|---|---|
type | Type de ressource | « Microsoft.RecoveryServices/vaults/replicationFabrics/replicationProtectionContainers/replicationMigrationItems@2021-03-01 » |
nom | Nom de la ressource | chaîne (obligatoire) |
parent_id | ID de la ressource qui est le parent de cette ressource. | ID de ressource de type : replicationProtectionContainers |
Propriétés | Activez les propriétés d’entrée de migration. | EnableMigrationInputPropertiesOrMigrationItemPropert... (obligatoire) |
EnableMigrationInputPropertiesOrMigrationItemPropert...
Nom | Description | Valeur |
---|---|---|
policyId | ID de stratégie. | chaîne (obligatoire) |
providerSpecificDetails | Détails spécifiques du fournisseur. | EnableMigrationProviderSpecificInputOrMigrationProvi... (obligatoire) |
EnableMigrationProviderSpecificInputOrMigrationProvi...
Nom | Description | Valeur |
---|---|---|
instanceType | Définir le type d’objet | VMwareCbt (obligatoire) |
VMwareCbtEnableMigrationInputOrVMwareCbtMigrationDet...
Nom | Description | Valeur |
---|---|---|
instanceType | Type de classe. | « VMwareCbt » (obligatoire) |
dataMoverRunAsAccountId | ID du compte RunAs du moveur de données. | chaîne (obligatoire) |
disksToInclude | Disques à inclure dans la liste. | VMwareCbtDiskInput[] (obligatoire) |
licenseType | Type de licence. | « NoLicenseType » « NotSpecified » « WindowsServer » |
snapshotRunAsAccountId | ID du compte d’identification d’instantané. | chaîne (obligatoire) |
targetAvailabilitySetId | ID ARM du groupe à haute disponibilité cible. | corde |
targetBootDiagnosticsStorageAccountId | ID ARM du compte de stockage de diagnostic de démarrage cible. | corde |
targetNetworkId | ID ARM du réseau cible. | chaîne (obligatoire) |
targetResourceGroupId | ID ARM du groupe de ressources cible. | chaîne (obligatoire) |
targetSubnetName | Nom du sous-réseau cible. | corde |
targetVmName | Nom de la machine virtuelle cible. | corde |
targetVmSize | Taille de machine virtuelle cible. | corde |
vmwareMachineId | ID ARM de la machine virtuelle découverte dans VMware. | chaîne (obligatoire) |
VMwareCbtDiskInput
Nom | Description | Valeur |
---|---|---|
diskId | ID de disque. | chaîne (obligatoire) |
diskType | Type de disque. | « Premium_LRS » « StandardSSD_LRS » « Standard_LRS » |
isOSDisk | Valeur indiquant si le disque est le disque du système d’exploitation. | chaîne (obligatoire) |
logStorageAccountId | ID ARM du compte de stockage du journal. | chaîne (obligatoire) |
logStorageAccountSasSecretName | Nom du secret du coffre de clés du compte de stockage du journal. | chaîne (obligatoire) |