CustomRolloutProperties Class

Definition

The CustomRolloutProperties.

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

Constructors

Name Description
CustomRolloutProperties(CustomRolloutSpecification)

Initializes a new instance of CustomRolloutProperties.

Properties

Name Description
ProvisioningState

Gets or sets the provisioning state.

Specification

The specification.

Status

The status.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<CustomRolloutProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CustomRolloutProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CustomRolloutProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CustomRolloutProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to