Поделиться через


ConnectionTypeAssociationProperty Class

Definition

The connection type property associated with the entity.

public class ConnectionTypeAssociationProperty : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Automation.Models.ConnectionTypeAssociationProperty>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Automation.Models.ConnectionTypeAssociationProperty>
public class ConnectionTypeAssociationProperty
type ConnectionTypeAssociationProperty = class
    interface IJsonModel<ConnectionTypeAssociationProperty>
    interface IPersistableModel<ConnectionTypeAssociationProperty>
type ConnectionTypeAssociationProperty = class
Public Class ConnectionTypeAssociationProperty
Implements IJsonModel(Of ConnectionTypeAssociationProperty), IPersistableModel(Of ConnectionTypeAssociationProperty)
Public Class ConnectionTypeAssociationProperty
Inheritance
ConnectionTypeAssociationProperty
Implements

Constructors

ConnectionTypeAssociationProperty()

Initializes a new instance of ConnectionTypeAssociationProperty.

Properties

Name

Gets or sets the name of the connection type.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConnectionTypeAssociationProperty>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ConnectionTypeAssociationProperty>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConnectionTypeAssociationProperty>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConnectionTypeAssociationProperty>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ConnectionTypeAssociationProperty>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to