DscConfigurationCreateOrUpdateContent 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 configuration operation.
public class DscConfigurationCreateOrUpdateContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Automation.Models.DscConfigurationCreateOrUpdateContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Automation.Models.DscConfigurationCreateOrUpdateContent>
public class DscConfigurationCreateOrUpdateContent
type DscConfigurationCreateOrUpdateContent = class
interface IJsonModel<DscConfigurationCreateOrUpdateContent>
interface IPersistableModel<DscConfigurationCreateOrUpdateContent>
type DscConfigurationCreateOrUpdateContent = class
Public Class DscConfigurationCreateOrUpdateContent
Implements IJsonModel(Of DscConfigurationCreateOrUpdateContent), IPersistableModel(Of DscConfigurationCreateOrUpdateContent)
Public Class DscConfigurationCreateOrUpdateContent
- Inheritance
-
DscConfigurationCreateOrUpdateContent
- Implements
Constructors
DscConfigurationCreateOrUpdateContent(AutomationContentSource) |
Initializes a new instance of DscConfigurationCreateOrUpdateContent. |
Properties
Description |
Gets or sets the description of the configuration. |
IsLogProgressEnabled |
Gets or sets progress log option. |
IsLogVerboseEnabled |
Gets or sets verbose log option. |
Location |
Gets or sets the location of the resource. |
Name |
Gets or sets name of the resource. |
Parameters |
Gets or sets the configuration parameters. |
Source |
Gets or sets the source. |
Tags |
Gets or sets the tags attached to the resource. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DscConfigurationCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DscConfigurationCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DscConfigurationCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DscConfigurationCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DscConfigurationCreateOrUpdateContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET