GetCertificateResponse 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.
The GetCertificateResponse.
public class GetCertificateResponse : System.ClientModel.Primitives.IJsonModel<Azure.Compute.Batch.GetCertificateResponse>, System.ClientModel.Primitives.IPersistableModel<Azure.Compute.Batch.GetCertificateResponse>
type GetCertificateResponse = class
interface IJsonModel<GetCertificateResponse>
interface IPersistableModel<GetCertificateResponse>
Public Class GetCertificateResponse
Implements IJsonModel(Of GetCertificateResponse), IPersistableModel(Of GetCertificateResponse)
- Inheritance
-
GetCertificateResponse
- Implements
Properties
DeleteCertificateError |
The error that occurred on the last attempt to delete this Certificate. This property is set only if the Certificate is in the DeleteFailed state. |
PreviousState |
The previous state of the Certificate. This property is not set if the Certificate is in its initial active state. |
PreviousStateTransitionTime |
The time at which the Certificate entered its previous state. This property is not set if the Certificate is in its initial Active state. |
PublicData |
The public part of the Certificate as a base-64 encoded .cer file. |
State |
The state of the Certificate. |
StateTransitionTime |
The time at which the Certificate entered its current state. |
Thumbprint |
The X.509 thumbprint of the Certificate. This is a sequence of up to 40 hex digits (it may include spaces but these are removed). |
ThumbprintAlgorithm |
The algorithm used to derive the thumbprint. This must be sha1. |
Url |
The URL of the Certificate. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<GetCertificateResponse>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<GetCertificateResponse>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<GetCertificateResponse>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<GetCertificateResponse>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<GetCertificateResponse>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |