Share via


ServerEndpointProvisioningStepStatus Class

Definition

Server endpoint provisioning step status object.

public class ServerEndpointProvisioningStepStatus : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StorageSync.Models.ServerEndpointProvisioningStepStatus>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StorageSync.Models.ServerEndpointProvisioningStepStatus>
type ServerEndpointProvisioningStepStatus = class
    interface IJsonModel<ServerEndpointProvisioningStepStatus>
    interface IPersistableModel<ServerEndpointProvisioningStepStatus>
Public Class ServerEndpointProvisioningStepStatus
Implements IJsonModel(Of ServerEndpointProvisioningStepStatus), IPersistableModel(Of ServerEndpointProvisioningStepStatus)
Inheritance
ServerEndpointProvisioningStepStatus
Implements

Properties

AdditionalInformation

Additional information for the provisioning step.

EndOn

End time of the provisioning step.

ErrorCode

Error code (HResult) for the provisioning step.

MinutesLeft

Estimated completion time of the provisioning step in minutes.

Name

Name of the provisioning step.

ProgressPercentage

Estimated progress percentage.

StartOn

Start time of the provisioning step.

Status

Status of the provisioning step.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ServerEndpointProvisioningStepStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ServerEndpointProvisioningStepStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ServerEndpointProvisioningStepStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServerEndpointProvisioningStepStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ServerEndpointProvisioningStepStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to