MonitorPrivateLinkScopeOperationStatus 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.
The status of operation.
public class MonitorPrivateLinkScopeOperationStatus : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Monitor.Models.MonitorPrivateLinkScopeOperationStatus>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Monitor.Models.MonitorPrivateLinkScopeOperationStatus>
type MonitorPrivateLinkScopeOperationStatus = class
interface IJsonModel<MonitorPrivateLinkScopeOperationStatus>
interface IPersistableModel<MonitorPrivateLinkScopeOperationStatus>
Public Class MonitorPrivateLinkScopeOperationStatus
Implements IJsonModel(Of MonitorPrivateLinkScopeOperationStatus), IPersistableModel(Of MonitorPrivateLinkScopeOperationStatus)
- Inheritance
-
MonitorPrivateLinkScopeOperationStatus
- Implements
Properties
EndOn |
End time of the job in standard ISO8601 format. |
Error |
The error detail of the operation if any. |
Id |
The operation Id. |
Name |
The operation name. |
StartOn |
Start time of the job in standard ISO8601 format. |
Status |
The status of the operation. |
Explicit Interface Implementations
IJsonModel<MonitorPrivateLinkScopeOperationStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MonitorPrivateLinkScopeOperationStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MonitorPrivateLinkScopeOperationStatus>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MonitorPrivateLinkScopeOperationStatus>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MonitorPrivateLinkScopeOperationStatus>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |