AgentRegistration 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.
Definition of the agent registration information type.
public class AgentRegistration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Automation.Models.AgentRegistration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Automation.Models.AgentRegistration>
public class AgentRegistration
type AgentRegistration = class
interface IJsonModel<AgentRegistration>
interface IPersistableModel<AgentRegistration>
type AgentRegistration = class
Public Class AgentRegistration
Implements IJsonModel(Of AgentRegistration), IPersistableModel(Of AgentRegistration)
Public Class AgentRegistration
- Inheritance
-
AgentRegistration
- Implements
Properties
DscMetaConfiguration |
Gets or sets the dsc meta configuration. |
Endpoint |
Gets or sets the dsc server endpoint. |
Id |
Gets or sets the id. |
Keys |
Gets or sets the agent registration keys. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<AgentRegistration>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AgentRegistration>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AgentRegistration>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AgentRegistration>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AgentRegistration>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET