다음을 통해 공유


GenerateCertResult Class

Definition

Used in activation key generation flow.

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

Properties

ExpireOn

Gets or sets expiry time in UTC.

PrivateKey

Gets or sets base64 encoded private part of the certificate, needed to form the activation key

PublicKey

Gets or sets base64 encoded certificate raw data, this is the public part needed to be uploaded to cert vault

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<GenerateCertResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GenerateCertResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GenerateCertResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GenerateCertResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GenerateCertResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to