Share via


DefaultRolloutStatus Class

Definition

The DefaultRolloutStatus.

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

Constructors

Name Description
DefaultRolloutStatus()

Initializes a new instance of DefaultRolloutStatus.

Properties

Name Description
CompletedRegions

The completed regions.

(Inherited from RolloutStatusBase)
FailedOrSkippedRegions

The failed or skipped regions.

(Inherited from RolloutStatusBase)
ManifestCheckinStatus

The manifest checkin status.

NextTrafficRegion

The next traffic region.

NextTrafficRegionScheduledOn

The next traffic region scheduled time.

SubscriptionReregistrationResult

The subscription reregistration result.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<DefaultRolloutStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DefaultRolloutStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<RolloutStatusBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from RolloutStatusBase)
IJsonModel<RolloutStatusBase>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from RolloutStatusBase)
IPersistableModel<DefaultRolloutStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DefaultRolloutStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DefaultRolloutStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<RolloutStatusBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from RolloutStatusBase)
IPersistableModel<RolloutStatusBase>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from RolloutStatusBase)
IPersistableModel<RolloutStatusBase>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from RolloutStatusBase)

Applies to