Share via


CoolAccessTieringPolicy Struct

Definition

coolAccessTieringPolicy determines which cold data blocks are moved to cool tier. The possible values for this field are: Auto - Moves cold user data blocks in both the Snapshot copies and the active file system to the cool tier tier. This policy is the default. SnapshotOnly - Moves user data blocks of the Volume Snapshot copies that are not associated with the active file system to the cool tier.

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

Constructors

CoolAccessTieringPolicy(String)

Initializes a new instance of CoolAccessTieringPolicy.

Properties

Auto

Auto.

SnapshotOnly

SnapshotOnly.

Methods

Equals(CoolAccessTieringPolicy)

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

Determines if two CoolAccessTieringPolicy values are the same.

Implicit(String to CoolAccessTieringPolicy)

Converts a String to a CoolAccessTieringPolicy.

Inequality(CoolAccessTieringPolicy, CoolAccessTieringPolicy)

Determines if two CoolAccessTieringPolicy values are not the same.

Applies to