Share via


RetentionScheduleFormat Struct

Definition

Retention schedule format type for monthly retention policy.

public readonly struct RetentionScheduleFormat : IEquatable<Azure.ResourceManager.RecoveryServicesBackup.Models.RetentionScheduleFormat>
type RetentionScheduleFormat = struct
Public Structure RetentionScheduleFormat
Implements IEquatable(Of RetentionScheduleFormat)
Inheritance
RetentionScheduleFormat
Implements

Constructors

RetentionScheduleFormat(String)

Initializes a new instance of RetentionScheduleFormat.

Properties

Daily

Daily.

Invalid

Invalid.

Weekly

Weekly.

Methods

Equals(RetentionScheduleFormat)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(RetentionScheduleFormat, RetentionScheduleFormat)

Determines if two RetentionScheduleFormat values are the same.

Implicit(String to RetentionScheduleFormat)

Converts a string to a RetentionScheduleFormat.

Inequality(RetentionScheduleFormat, RetentionScheduleFormat)

Determines if two RetentionScheduleFormat values are not the same.

Applies to