Dela via


Add-AzRecoveryServicesAsrReplicationProtectedItemDisk

Lägg till disken för skydd för den redan skyddade virtuella Azure-datorn.

Syntax

Add-AzRecoveryServicesAsrReplicationProtectedItemDisk
   -InputObject <ASRReplicationProtectedItem>
   -AzureToAzureDiskReplicationConfiguration <ASRAzuretoAzureDiskReplicationConfig[]>
   [-WaitForCompletion]
   [-DefaultProfile <IAzureContextContainer>]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]

Description

Cmdleten Add-AzRecoveryServicesAsrReplicationProtectedItemDisk lägger till disken för skydd för redan skyddad virtuell Azure-dator.

Exempel

Exempel 1

Add-AzRecoveryServicesAsrReplicationProtectedItemDisk -ReplicationProtectedItem $rpi -AzureToAzureDiskReplicationConfiguration $disk1,$disk2

Starta åtgärden för att lägga till angiven diskkonfiguration för skydd.

Exempel 2

$ReplicationProtectedItem |Add-AzRecoveryServicesAsrReplicationProtectedItemDisk -AzureToAzureDiskReplicationConfiguration $disk1,$disk2

Starta åtgärden för att lägga till angiven diskkonfiguration för skydd. Piping-indatareplikeringsskyddat objekt.

Parametrar

-AzureToAzureDiskReplicationConfiguration

Anger den diskkonfiguration som ska användas för diskskydd för Scenario för haveriberedskap mellan Azure och Azure.

Typ:ASRAzuretoAzureDiskReplicationConfig[]
Position:Named
Standardvärde:None
Obligatorisk:True
Godkänn pipeline-indata:False
Godkänn jokertecken:False

-Confirm

Uppmanar dig att bekräfta innan du kör cmdleten.

Typ:SwitchParameter
Alias:cf
Position:Named
Standardvärde:None
Obligatorisk:False
Godkänn pipeline-indata:False
Godkänn jokertecken:False

-DefaultProfile

Autentiseringsuppgifter, konto, klientorganisation och prenumeration som används för kommunikation med Azure.

Typ:IAzureContextContainer
Alias:AzContext, AzureRmContext, AzureCredential
Position:Named
Standardvärde:None
Obligatorisk:False
Godkänn pipeline-indata:False
Godkänn jokertecken:False

-InputObject

Indataobjektet till cmdleten: DET ASR-replikeringsskyddade objektobjektet som motsvarar vilken ny disk som ska skyddas.

Typ:ASRReplicationProtectedItem
Alias:ReplicationProtectedItem
Position:Named
Standardvärde:None
Obligatorisk:True
Godkänn pipeline-indata:True
Godkänn jokertecken:False

-WaitForCompletion

Vänta tills det är klart

Typ:SwitchParameter
Position:Named
Standardvärde:None
Obligatorisk:False
Godkänn pipeline-indata:False
Godkänn jokertecken:False

-WhatIf

Visar vad som skulle hända om cmdleten körs. Cmdleten körs inte.

Typ:SwitchParameter
Alias:wi
Position:Named
Standardvärde:None
Obligatorisk:False
Godkänn pipeline-indata:False
Godkänn jokertecken:False

Indata

None

Utdata

ASRJob