次の方法で共有


CertManagerIssuerRef Class

Definition

Cert-Manager issuerRef properties.

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

Constructors

CertManagerIssuerRef(String, CertManagerIssuerKind, String)

Initializes a new instance of CertManagerIssuerRef.

Properties

Group

group of issuer.

Kind

kind of issuer (Issuer or ClusterIssuer).

Name

name of issuer.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CertManagerIssuerRef>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CertManagerIssuerRef>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CertManagerIssuerRef>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CertManagerIssuerRef>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CertManagerIssuerRef>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to