CloudServiceVaultCertificate Class

Definition

Describes a single certificate reference in a Key Vault, and where the certificate should reside on the role instance.

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

Constructors

CloudServiceVaultCertificate()

Initializes a new instance of CloudServiceVaultCertificate.

Properties

CertificateUri

This is the URL of a certificate that has been uploaded to Key Vault as a secret.

Explicit Interface Implementations

IJsonModel<CloudServiceVaultCertificate>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CloudServiceVaultCertificate>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CloudServiceVaultCertificate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CloudServiceVaultCertificate>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CloudServiceVaultCertificate>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to