Поделиться через


RolloutStatusBase Class

Definition

The RolloutStatusBase.

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

Constructors

RolloutStatusBase()

Initializes a new instance of RolloutStatusBase.

Properties

CompletedRegions

Gets the completed regions.

FailedOrSkippedRegions

Dictionary of <ExtendedErrorInfo>.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RolloutStatusBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RolloutStatusBase>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RolloutStatusBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RolloutStatusBase>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RolloutStatusBase>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to