CloudTieringDatePolicyStatus Class
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.
Status of the date policy.
public class CloudTieringDatePolicyStatus : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StorageSync.Models.CloudTieringDatePolicyStatus>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StorageSync.Models.CloudTieringDatePolicyStatus>
public class CloudTieringDatePolicyStatus
type CloudTieringDatePolicyStatus = class
interface IJsonModel<CloudTieringDatePolicyStatus>
interface IPersistableModel<CloudTieringDatePolicyStatus>
type CloudTieringDatePolicyStatus = class
Public Class CloudTieringDatePolicyStatus
Implements IJsonModel(Of CloudTieringDatePolicyStatus), IPersistableModel(Of CloudTieringDatePolicyStatus)
Public Class CloudTieringDatePolicyStatus
- Inheritance
-
CloudTieringDatePolicyStatus
- Implements
Properties
LastUpdatedOn |
Last updated timestamp. |
TieredFilesMostRecentAccessTimestamp |
Most recent access time of tiered files. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<CloudTieringDatePolicyStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<CloudTieringDatePolicyStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<CloudTieringDatePolicyStatus>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<CloudTieringDatePolicyStatus>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<CloudTieringDatePolicyStatus>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET