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


DscMetaConfiguration Class

Definition

Definition of the DSC Meta Configuration.

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

Properties

ActionAfterReboot

Gets or sets the ActionAfterReboot value of the meta configuration.

AllowModuleOverwrite

Gets or sets the AllowModuleOverwrite value of the meta configuration.

CertificateId

Gets or sets the CertificateId value of the meta configuration.

ConfigurationMode

Gets or sets the ConfigurationMode value of the meta configuration.

ConfigurationModeFrequencyMins

Gets or sets the ConfigurationModeFrequencyMins value of the meta configuration.

RebootNodeIfNeeded

Gets or sets the RebootNodeIfNeeded value of the meta configuration.

RefreshFrequencyMins

Gets or sets the RefreshFrequencyMins value of the meta configuration.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DscMetaConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DscMetaConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DscMetaConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DscMetaConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DscMetaConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to