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


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

CustomRolloutProperties(CustomRolloutSpecification)

Initializes a new instance of CustomRolloutProperties.

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<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