Delen via


OrchestratorSpecificConnectionDetails Class

Definition

Base class for types that supply values used to connect to container orchestrators Please note OrchestratorSpecificConnectionDetails is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include KubernetesConnectionDetails.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.DevSpaces.Models.UnknownOrchestratorSpecificConnectionDetails))]
public abstract class OrchestratorSpecificConnectionDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DevSpaces.Models.OrchestratorSpecificConnectionDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DevSpaces.Models.OrchestratorSpecificConnectionDetails>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.DevSpaces.Models.UnknownOrchestratorSpecificConnectionDetails))>]
type OrchestratorSpecificConnectionDetails = class
    interface IJsonModel<OrchestratorSpecificConnectionDetails>
    interface IPersistableModel<OrchestratorSpecificConnectionDetails>
Public MustInherit Class OrchestratorSpecificConnectionDetails
Implements IJsonModel(Of OrchestratorSpecificConnectionDetails), IPersistableModel(Of OrchestratorSpecificConnectionDetails)
Inheritance
OrchestratorSpecificConnectionDetails
Derived
Attributes
Implements

Constructors

OrchestratorSpecificConnectionDetails()

Initializes a new instance of OrchestratorSpecificConnectionDetails.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<OrchestratorSpecificConnectionDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OrchestratorSpecificConnectionDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OrchestratorSpecificConnectionDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OrchestratorSpecificConnectionDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OrchestratorSpecificConnectionDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to