DailyRetentionSchedule.Validate Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
C#
public override void Validate ();
override this.Validate : unit -> unit
Public Overrides Sub Validate ()
Applies to
Azure RM - PowerShell Commands Latest
Termék | Verziók |
---|---|
Azure RM - PowerShell Commands | Latest |
C#
public override void Validate (Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ScheduleRunType ScheduleRunFrequency = (Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ScheduleRunType) 0);
override this.Validate : Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ScheduleRunType -> unit
Public Overrides Sub Validate (Optional ScheduleRunFrequency As ScheduleRunType = (Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ScheduleRunType) 0)
Parameters
- ScheduleRunFrequency
- ScheduleRunType
Applies to
Azure - PowerShell Commands 12 (LTS)
Termék | Verziók |
---|---|
Azure - PowerShell Commands | 12 (LTS) |
C#
public void Validate (Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ScheduleRunType ScheduleRunFrequency = (Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ScheduleRunType) 0, int MinDuration = 0, int MaxDuration = 0);
override this.Validate : Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ScheduleRunType * int * int -> unit
Public Sub Validate (Optional ScheduleRunFrequency As ScheduleRunType = (Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ScheduleRunType) 0, Optional MinDuration As Integer = 0, Optional MaxDuration As Integer = 0)
Parameters
- ScheduleRunFrequency
- ScheduleRunType
- MinDuration
- Int32
- MaxDuration
- Int32
Applies to
Azure - PowerShell Commands Latest
Termék | Verziók |
---|---|
Azure - PowerShell Commands | Latest |