CertManagerPrivateKey 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.
Cert Manager private key properties.
public class CertManagerPrivateKey : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.IotOperations.Models.CertManagerPrivateKey>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.IotOperations.Models.CertManagerPrivateKey>
type CertManagerPrivateKey = class
interface IJsonModel<CertManagerPrivateKey>
interface IPersistableModel<CertManagerPrivateKey>
Public Class CertManagerPrivateKey
Implements IJsonModel(Of CertManagerPrivateKey), IPersistableModel(Of CertManagerPrivateKey)
- Inheritance
-
CertManagerPrivateKey
- Implements
Constructors
CertManagerPrivateKey(PrivateKeyAlgorithm, PrivateKeyRotationPolicy) |
Initializes a new instance of CertManagerPrivateKey. |
Properties
Algorithm |
algorithm for private key. |
RotationPolicy |
cert-manager private key rotationPolicy. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<CertManagerPrivateKey>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<CertManagerPrivateKey>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<CertManagerPrivateKey>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<CertManagerPrivateKey>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<CertManagerPrivateKey>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET