Share via


DefaultRolloutProperties Class

Definition

The DefaultRolloutProperties.

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

Constructors

DefaultRolloutProperties()

Initializes a new instance of DefaultRolloutProperties.

Properties

ProvisioningState

Gets or sets the provisioning state.

Specification

Gets or sets the specification.

Status

Gets or sets the status.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DefaultRolloutProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DefaultRolloutProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DefaultRolloutProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DefaultRolloutProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DefaultRolloutProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to