다음을 통해 공유


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

DefaultRolloutStatus()

Initializes a new instance of DefaultRolloutStatus.

Properties

CompletedRegions

Gets the completed regions.

(Inherited from RolloutStatusBase)
FailedOrSkippedRegions

Dictionary of <ExtendedErrorInfo>.

(Inherited from RolloutStatusBase)
NextTrafficRegion

Gets or sets the next traffic region.

NextTrafficRegionScheduledOn

Gets or sets the next traffic region scheduled on.

SubscriptionReregistrationResult

Gets or sets the subscription reregistration result.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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