CoolAccessTieringPolicy 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.
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
| Name | Description |
|---|---|
| CoolAccessTieringPolicy(String) |
Initializes a new instance of CoolAccessTieringPolicy. |
Properties
| Name | Description |
|---|---|
| Auto |
Auto. |
| SnapshotOnly |
SnapshotOnly. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |