Share via


RetentionDurationType Struct

Definition

Retention duration type of retention policy.

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

Constructors

RetentionDurationType(String)

Initializes a new instance of RetentionDurationType.

Properties

Days

Days.

Invalid

Invalid.

Months

Months.

Weeks

Weeks.

Years

Years.

Methods

Equals(RetentionDurationType)

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(RetentionDurationType, RetentionDurationType)

Determines if two RetentionDurationType values are the same.

Implicit(String to RetentionDurationType)

Converts a string to a RetentionDurationType.

Inequality(RetentionDurationType, RetentionDurationType)

Determines if two RetentionDurationType values are not the same.

Applies to