DscNodeConfigurationCreateOrUpdateContent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The parameters supplied to the create or update node configuration operation.
public class DscNodeConfigurationCreateOrUpdateContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Automation.Models.DscNodeConfigurationCreateOrUpdateContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Automation.Models.DscNodeConfigurationCreateOrUpdateContent>
public class DscNodeConfigurationCreateOrUpdateContent
type DscNodeConfigurationCreateOrUpdateContent = class
interface IJsonModel<DscNodeConfigurationCreateOrUpdateContent>
interface IPersistableModel<DscNodeConfigurationCreateOrUpdateContent>
type DscNodeConfigurationCreateOrUpdateContent = class
Public Class DscNodeConfigurationCreateOrUpdateContent
Implements IJsonModel(Of DscNodeConfigurationCreateOrUpdateContent), IPersistableModel(Of DscNodeConfigurationCreateOrUpdateContent)
Public Class DscNodeConfigurationCreateOrUpdateContent
- Inheritance
-
DscNodeConfigurationCreateOrUpdateContent
- Implements
Constructors
DscNodeConfigurationCreateOrUpdateContent() |
Initializes a new instance of DscNodeConfigurationCreateOrUpdateContent. |
Properties
ConfigurationName |
Gets or sets the name of the Dsc configuration. |
IsIncrementNodeConfigurationBuildRequired |
If a new build version of NodeConfiguration is required. |
Name |
Name of the node configuration. |
Source |
Gets or sets the source. |
Tags |
Gets or sets the tags attached to the resource. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DscNodeConfigurationCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DscNodeConfigurationCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DscNodeConfigurationCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DscNodeConfigurationCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DscNodeConfigurationCreateOrUpdateContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |