DscNodeExtensionHandlerAssociationProperty 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 dsc extensionHandler property associated with the node.
public class DscNodeExtensionHandlerAssociationProperty : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Automation.Models.DscNodeExtensionHandlerAssociationProperty>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Automation.Models.DscNodeExtensionHandlerAssociationProperty>
public class DscNodeExtensionHandlerAssociationProperty
type DscNodeExtensionHandlerAssociationProperty = class
interface IJsonModel<DscNodeExtensionHandlerAssociationProperty>
interface IPersistableModel<DscNodeExtensionHandlerAssociationProperty>
type DscNodeExtensionHandlerAssociationProperty = class
Public Class DscNodeExtensionHandlerAssociationProperty
Implements IJsonModel(Of DscNodeExtensionHandlerAssociationProperty), IPersistableModel(Of DscNodeExtensionHandlerAssociationProperty)
Public Class DscNodeExtensionHandlerAssociationProperty
- Inheritance
-
DscNodeExtensionHandlerAssociationProperty
- Implements
Constructors
DscNodeExtensionHandlerAssociationProperty() |
Initializes a new instance of DscNodeExtensionHandlerAssociationProperty. |
Properties
Name |
Gets or sets the name of the extension handler. |
Version |
Gets or sets the version of the extension handler. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DscNodeExtensionHandlerAssociationProperty>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DscNodeExtensionHandlerAssociationProperty>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DscNodeExtensionHandlerAssociationProperty>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DscNodeExtensionHandlerAssociationProperty>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DscNodeExtensionHandlerAssociationProperty>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET