EmailSendResult 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.
Status of the long running operation
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Models.EmailSendResultTypeConverter))]
public class EmailSendResult : Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Models.IEmailSendResult, Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Runtime.IHeaderSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Models.EmailSendResultTypeConverter))>]
type EmailSendResult = class
interface IEmailSendResult
interface IJsonSerializable
interface IHeaderSerializable
Public Class EmailSendResult
Implements IEmailSendResult, IHeaderSerializable
- Inheritance
-
EmailSendResult
- Attributes
- Implements
Constructors
EmailSendResult() |
Creates an new EmailSendResult instance. |
Properties
AdditionalInfo |
The error additional info. |
Code |
The error code. |
Detail |
The error details. |
Id |
The unique id of the operation. Use a UUID. |
Message |
The error message. |
ResourceGroupName |
Gets the resource group name |
RetryAfter | |
Status |
Status of operation. |
Target |
The error target. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of EmailSendResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of EmailSendResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Models.IEmailSendResult. |
FromJsonString(String) |
Creates a new instance of EmailSendResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of EmailSendResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |
Explicit Interface Implementations
IHeaderSerializable.ReadHeaders(HttpResponseHeaders) |