Share via


RegistryEndpointTrustedSigningKeySecret Class

Definition

Settings for RegistryEndpoint trust provided through a secret.

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

Constructors

Name Description
RegistryEndpointTrustedSigningKeySecret(String)

Initializes a new instance of RegistryEndpointTrustedSigningKeySecret.

Properties

Name Description
SecretRef

The name of the secret.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from RegistryEndpointTrustedSigningKey)
IJsonModel<RegistryEndpointTrustedSigningKeySecret>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RegistryEndpointTrustedSigningKeySecret>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RegistryEndpointTrustedSigningKey>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from RegistryEndpointTrustedSigningKey)
IPersistableModel<RegistryEndpointTrustedSigningKeySecret>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RegistryEndpointTrustedSigningKeySecret>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RegistryEndpointTrustedSigningKeySecret>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to