DataBoxEdgeRefreshDetails 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.
Fields for tracking refresh job on the share or container.
public class DataBoxEdgeRefreshDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeRefreshDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeRefreshDetails>
public class DataBoxEdgeRefreshDetails
type DataBoxEdgeRefreshDetails = class
interface IJsonModel<DataBoxEdgeRefreshDetails>
interface IPersistableModel<DataBoxEdgeRefreshDetails>
type DataBoxEdgeRefreshDetails = class
Public Class DataBoxEdgeRefreshDetails
Implements IJsonModel(Of DataBoxEdgeRefreshDetails), IPersistableModel(Of DataBoxEdgeRefreshDetails)
Public Class DataBoxEdgeRefreshDetails
- Inheritance
-
DataBoxEdgeRefreshDetails
- Implements
Constructors
DataBoxEdgeRefreshDetails() |
Initializes a new instance of DataBoxEdgeRefreshDetails. |
Properties
ErrorManifestFile |
Indicates the relative path of the error xml for the last refresh job on this particular share or container, if any. This could be a failed job or a successful job. |
InProgressRefreshJobId |
If a refresh job is currently in progress on this share or container, this field indicates the ARM resource ID of that job. The field is empty if no job is in progress. |
LastCompletedRefreshJobTimeInUtc |
Indicates the completed time for the last refresh job on this particular share or container, if any.This could be a failed job or a successful job. |
LastJob |
Indicates the id of the last refresh job on this particular share or container,if any. This could be a failed job or a successful job. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DataBoxEdgeRefreshDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DataBoxEdgeRefreshDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DataBoxEdgeRefreshDetails>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DataBoxEdgeRefreshDetails>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DataBoxEdgeRefreshDetails>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET