Dela via


Edit-AzDataProtectionPolicyTriggerClientObject

Uppdaterar säkerhetskopieringsschemat för en befintlig säkerhetskopieringsprincip.

Syntax

Edit-AzDataProtectionPolicyTriggerClientObject
    -Policy <IBackupPolicy>
    [-RemoveSchedule]
    [<CommonParameters>]
Edit-AzDataProtectionPolicyTriggerClientObject
    -Policy <IBackupPolicy>
    -Schedule <String[]>
    [<CommonParameters>]

Description

Uppdaterar säkerhetskopieringsschemat för en befintlig säkerhetskopieringsprincip.

Exempel

Exempel 1: Lägg till dagligt schema i Azure Backup-regeln.

$schedule = New-AzDataProtectionPolicyTriggerScheduleClientObject -ScheduleDays (Get-Date) -IntervalType Daily -IntervalCount 1
Edit-AzDataProtectionPolicyTriggerClientObject -Policy $pol -Schedule $schedule

DatasourceType            ObjectType
--------------            ----------
{Microsoft.Compute/disks} BackupPolicy

Det här kommandot uppdaterar säkerhetskopieringsschemat för den angivna principen till daglig säkerhetskopiering.

Parametrar

-Policy

Objekt för säkerhetskopieringsprincip. Information om hur du skapar finns i AVSNITTET ANTECKNINGAR för PRINCIPegenskaper och skapa en hash-tabell.

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

-RemoveSchedule

Anger om säkerhetskopieringsschemat ska tas bort.

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

-Schedule

Schema som ska associeras med säkerhetskopieringsprincipen.

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

Utdata