HttpsServerCertificate 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.
HTTPS server certificate configuration.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.HttpsServerCertificateTypeConverter))]
public class HttpsServerCertificate : Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IHttpsServerCertificate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.HttpsServerCertificateTypeConverter))>]
type HttpsServerCertificate = class
interface IHttpsServerCertificate
interface IJsonSerializable
Public Class HttpsServerCertificate
Implements IHttpsServerCertificate
- Inheritance
-
HttpsServerCertificate
- Attributes
- Implements
Constructors
HttpsServerCertificate() |
Creates an new HttpsServerCertificate instance. |
Properties
CertificateUrl |
The certificate URL, unversioned. For example: https://contosovault.vault.azure.net/certificates/ingress. |
ProvisioningReason |
Reason for certificate provisioning failure. |
ProvisioningState |
The certificate's provisioning state |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of HttpsServerCertificate. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of HttpsServerCertificate. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IHttpsServerCertificate. |
FromJsonString(String) |
Creates a new instance of HttpsServerCertificate, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of HttpsServerCertificate into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |