次の方法で共有


CertificateEmail Class

Definition

SSL certificate email.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.CertificateEmailTypeConverter))]
public class CertificateEmail : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICertificateEmail
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.CertificateEmailTypeConverter))>]
type CertificateEmail = class
    interface ICertificateEmail
    interface IJsonSerializable
Public Class CertificateEmail
Implements ICertificateEmail
Inheritance
CertificateEmail
Attributes
Implements

Constructors

CertificateEmail()

Creates an new CertificateEmail instance.

Properties

EmailId

Email id.

TimeStamp

Time stamp.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CertificateEmail.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CertificateEmail.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ICertificateEmail.

FromJsonString(String)

Creates a new instance of CertificateEmail, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of CertificateEmail into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to