CloudEndpointChangeEnumerationStatus 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.
Cloud endpoint change enumeration status object.
public class CloudEndpointChangeEnumerationStatus : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StorageSync.Models.CloudEndpointChangeEnumerationStatus>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StorageSync.Models.CloudEndpointChangeEnumerationStatus>
public class CloudEndpointChangeEnumerationStatus
type CloudEndpointChangeEnumerationStatus = class
interface IJsonModel<CloudEndpointChangeEnumerationStatus>
interface IPersistableModel<CloudEndpointChangeEnumerationStatus>
type CloudEndpointChangeEnumerationStatus = class
Public Class CloudEndpointChangeEnumerationStatus
Implements IJsonModel(Of CloudEndpointChangeEnumerationStatus), IPersistableModel(Of CloudEndpointChangeEnumerationStatus)
Public Class CloudEndpointChangeEnumerationStatus
- Inheritance
-
CloudEndpointChangeEnumerationStatus
- Implements
Properties
Activity |
Change enumeration activity. |
LastEnumerationStatus |
Status of last completed change enumeration. |
LastUpdatedOn |
Last updated timestamp. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<CloudEndpointChangeEnumerationStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<CloudEndpointChangeEnumerationStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<CloudEndpointChangeEnumerationStatus>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<CloudEndpointChangeEnumerationStatus>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<CloudEndpointChangeEnumerationStatus>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |