ListenerPortTlsCertMethod Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Collection of different TLS types, NOTE- Enum at a time only one of them needs to be supported.
public class ListenerPortTlsCertMethod : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.IotOperations.Models.ListenerPortTlsCertMethod>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.IotOperations.Models.ListenerPortTlsCertMethod>
type ListenerPortTlsCertMethod = class
interface IJsonModel<ListenerPortTlsCertMethod>
interface IPersistableModel<ListenerPortTlsCertMethod>
Public Class ListenerPortTlsCertMethod
Implements IJsonModel(Of ListenerPortTlsCertMethod), IPersistableModel(Of ListenerPortTlsCertMethod)
- Inheritance
-
ListenerPortTlsCertMethod
- Implements
Constructors
ListenerPortTlsCertMethod(TlsCertMethodMode) |
Initializes a new instance of ListenerPortTlsCertMethod. |
Properties
CertManagerCertificateSpec |
Option 1 - Automatic TLS server certificate management with cert-manager. |
ManualSecretRef |
Kubernetes secret containing an X.509 client certificate. This is a reference to the secret through an identifying name, not the secret itself. |
Mode |
Mode of TLS server certificate management. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ListenerPortTlsCertMethod>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ListenerPortTlsCertMethod>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ListenerPortTlsCertMethod>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ListenerPortTlsCertMethod>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ListenerPortTlsCertMethod>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET