AutomationKey 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.
Automation key which is used to register a DSC Node.
public class AutomationKey : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Automation.Models.AutomationKey>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Automation.Models.AutomationKey>
public class AutomationKey
type AutomationKey = class
interface IJsonModel<AutomationKey>
interface IPersistableModel<AutomationKey>
type AutomationKey = class
Public Class AutomationKey
Implements IJsonModel(Of AutomationKey), IPersistableModel(Of AutomationKey)
Public Class AutomationKey
- Inheritance
-
AutomationKey
- Implements
Properties
KeyName |
Automation key name. |
Permissions |
Automation key permissions. |
Value |
Value of the Automation Key used for registration. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<AutomationKey>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AutomationKey>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AutomationKey>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AutomationKey>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AutomationKey>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET