RegistryEndpointArtifactPullSecretAuthentication Class

Definition

Artifact Pull Secret authentication.

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

Constructors

Name Description
RegistryEndpointArtifactPullSecretAuthentication(RegistryEndpointArtifactPullSecretSettings)

Initializes a new instance of RegistryEndpointArtifactPullSecretAuthentication.

RegistryEndpointArtifactPullSecretAuthentication(String)

Initializes a new instance of RegistryEndpointArtifactPullSecretAuthentication.

Properties

Name Description
SecretRef

The name of the kubernetes secret that contains the artifact pull secret.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<RegistryEndpointArtifactPullSecretAuthentication>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<RegistryEndpointAuthentication>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from RegistryEndpointAuthentication)
IPersistableModel<RegistryEndpointArtifactPullSecretAuthentication>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RegistryEndpointArtifactPullSecretAuthentication>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RegistryEndpointArtifactPullSecretAuthentication>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<RegistryEndpointAuthentication>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from RegistryEndpointAuthentication)

Applies to