CustomRolloutAutoProvisionConfig Class

Definition

The auto provisioning configuration.

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

Constructors

Name Description
CustomRolloutAutoProvisionConfig()

Initializes a new instance of CustomRolloutAutoProvisionConfig.

Properties

Name Description
IsResourceGraphEnabled

Gets or sets the IsResourceGraphEnabled.

IsStorageEnabled

Gets or sets the IsStorageEnabled.

Methods

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

Explicit Interface Implementations

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

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

IJsonModel<CustomRolloutAutoProvisionConfig>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CustomRolloutAutoProvisionConfig>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CustomRolloutAutoProvisionConfig>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CustomRolloutAutoProvisionConfig>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to