EmailServicedataIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Models.EmailServicedataIdentityTypeConverter))]
public class EmailServicedataIdentity : Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Models.IEmailServicedataIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Models.EmailServicedataIdentityTypeConverter))>]
type EmailServicedataIdentity = class
    interface IEmailServicedataIdentity
    interface IJsonSerializable
Public Class EmailServicedataIdentity
Implements IEmailServicedataIdentity
Inheritance
EmailServicedataIdentity
Attributes
Implements

Constructors

EmailServicedataIdentity()

Creates an new EmailServicedataIdentity instance.

Properties

Id

Resource identity path

OperationId

ID of the long running operation (GUID) returned from a previous call to send email

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EmailServicedataIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EmailServicedataIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Models.IEmailServicedataIdentity.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EmailServicedataIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to