MobileNetworkHttpsServerCertificate Class

Definition

HTTPS server certificate configuration.

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

Constructors

MobileNetworkHttpsServerCertificate(Uri)

Initializes a new instance of MobileNetworkHttpsServerCertificate.

Properties

CertificateUri

The certificate URL, unversioned. For example: https://contosovault.vault.azure.net/certificates/ingress.

Provisioning

The provisioning state of the certificate.

Explicit Interface Implementations

IJsonModel<MobileNetworkHttpsServerCertificate>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MobileNetworkHttpsServerCertificate>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MobileNetworkHttpsServerCertificate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MobileNetworkHttpsServerCertificate>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MobileNetworkHttpsServerCertificate>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to