Share via


AkriConnectorTemplateHelmRegistryEndpointRef Class

Definition

AkriConnectorTemplateHelmRegistryEndpointRef properties.

public class AkriConnectorTemplateHelmRegistryEndpointRef : Azure.ResourceManager.IotOperations.Models.AkriConnectorTemplateHelmRegistrySettings, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.IotOperations.Models.AkriConnectorTemplateHelmRegistryEndpointRef>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.IotOperations.Models.AkriConnectorTemplateHelmRegistryEndpointRef>
type AkriConnectorTemplateHelmRegistryEndpointRef = class
    inherit AkriConnectorTemplateHelmRegistrySettings
    interface IJsonModel<AkriConnectorTemplateHelmRegistryEndpointRef>
    interface IPersistableModel<AkriConnectorTemplateHelmRegistryEndpointRef>
Public Class AkriConnectorTemplateHelmRegistryEndpointRef
Inherits AkriConnectorTemplateHelmRegistrySettings
Implements IJsonModel(Of AkriConnectorTemplateHelmRegistryEndpointRef), IPersistableModel(Of AkriConnectorTemplateHelmRegistryEndpointRef)
Inheritance
AkriConnectorTemplateHelmRegistryEndpointRef
Implements

Constructors

Name Description
AkriConnectorTemplateHelmRegistryEndpointRef(String)

Initializes a new instance of AkriConnectorTemplateHelmRegistryEndpointRef.

Properties

Name Description
RegistryEndpointRef

The name of the registry endpoint.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<AkriConnectorTemplateHelmRegistryEndpointRef>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AkriConnectorTemplateHelmRegistryEndpointRef>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<AkriConnectorTemplateHelmRegistrySettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from AkriConnectorTemplateHelmRegistrySettings)
IJsonModel<AkriConnectorTemplateHelmRegistrySettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from AkriConnectorTemplateHelmRegistrySettings)
IPersistableModel<AkriConnectorTemplateHelmRegistryEndpointRef>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AkriConnectorTemplateHelmRegistryEndpointRef>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AkriConnectorTemplateHelmRegistryEndpointRef>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<AkriConnectorTemplateHelmRegistrySettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from AkriConnectorTemplateHelmRegistrySettings)
IPersistableModel<AkriConnectorTemplateHelmRegistrySettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from AkriConnectorTemplateHelmRegistrySettings)
IPersistableModel<AkriConnectorTemplateHelmRegistrySettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from AkriConnectorTemplateHelmRegistrySettings)

Applies to