Share via


LongTermRetentionPolicy.Validate Method

Definition

Overloads

Validate()
Validate(ScheduleRunType)

Validates null values and other possible combinations

Validate()

public override void Validate ();
override this.Validate : unit -> unit
Public Overrides Sub Validate ()

Applies to

Validate(ScheduleRunType)

Validates null values and other possible combinations

public 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 Sub Validate (Optional ScheduleRunFrequency As ScheduleRunType = (Microsoft.Azure.Commands.RecoveryServices.Backup.Cmdlets.Models.ScheduleRunType) 0)

Parameters

ScheduleRunFrequency
ScheduleRunType

Applies to