ManagedCertificateParameters 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.
Managed Certificate used for https
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ManagedCertificateParametersTypeConverter))]
public class ManagedCertificateParameters : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IManagedCertificateParameters, Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ManagedCertificateParametersTypeConverter))>]
type ManagedCertificateParameters = class
interface IManagedCertificateParameters
interface IJsonSerializable
interface ISecretParameters
interface IValidates
Public Class ManagedCertificateParameters
Implements IManagedCertificateParameters, IValidates
- Inheritance
-
ManagedCertificateParameters
- Attributes
- Implements
Constructors
ManagedCertificateParameters() |
Creates an new ManagedCertificateParameters instance. |
Properties
ExpirationDate |
Certificate expiration date. |
Subject |
Subject name in the certificate. |
Type |
The type of the secret resource. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ManagedCertificateParameters. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ManagedCertificateParameters. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IManagedCertificateParameters. |
FromJsonString(String) |
Creates a new instance of ManagedCertificateParameters, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ManagedCertificateParameters into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |