AutomationConnectionFieldDefinition 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 connection fields.
public class AutomationConnectionFieldDefinition : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Automation.Models.AutomationConnectionFieldDefinition>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Automation.Models.AutomationConnectionFieldDefinition>
public class AutomationConnectionFieldDefinition
type AutomationConnectionFieldDefinition = class
interface IJsonModel<AutomationConnectionFieldDefinition>
interface IPersistableModel<AutomationConnectionFieldDefinition>
type AutomationConnectionFieldDefinition = class
Public Class AutomationConnectionFieldDefinition
Implements IJsonModel(Of AutomationConnectionFieldDefinition), IPersistableModel(Of AutomationConnectionFieldDefinition)
Public Class AutomationConnectionFieldDefinition
- Inheritance
-
AutomationConnectionFieldDefinition
- Implements
Constructors
AutomationConnectionFieldDefinition(String) |
Initializes a new instance of AutomationConnectionFieldDefinition. |
Properties
FieldDefinitionType |
Gets or sets the type of the connection field definition. |
IsEncrypted |
Gets or sets the isEncrypted flag of the connection field definition. |
IsOptional |
Gets or sets the isOptional flag of the connection field definition. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<AutomationConnectionFieldDefinition>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AutomationConnectionFieldDefinition>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AutomationConnectionFieldDefinition>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AutomationConnectionFieldDefinition>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AutomationConnectionFieldDefinition>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET