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

Name Description
RetentionDurationType(String)

Initializes a new instance of RetentionDurationType.

Properties

Name Description
Days

Gets the Days.

Invalid

Gets the Invalid.

Months

Gets the Months.

Weeks

Gets the Weeks.

Years

Gets the Years.

Methods

Name Description
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

Name Description
Equality(RetentionDurationType, RetentionDurationType)

Determines if two RetentionDurationType values are the same.

Implicit(String to Nullable<RetentionDurationType>)
Implicit(String to RetentionDurationType)

Converts a string to a RetentionDurationType.

Inequality(RetentionDurationType, RetentionDurationType)

Determines if two RetentionDurationType values are not the same.

Applies to