RetentionScheduleFormat Struct
Definition
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.
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
Azure SDK for .NET