Share via


EmailServiceProperties Class

Definition

A class that describes the properties of the EmailService.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.EmailServicePropertiesTypeConverter))]
public class EmailServiceProperties : Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.EmailServicePropertiesTypeConverter))>]
type EmailServiceProperties = class
    interface IEmailServiceProperties
    interface IJsonSerializable
Public Class EmailServiceProperties
Implements IEmailServiceProperties
Inheritance
EmailServiceProperties
Attributes
Implements

Constructors

EmailServiceProperties()

Creates an new EmailServiceProperties instance.

Properties

DataLocation

The location where the email service stores its data at rest.

ProvisioningState

Provisioning state of the resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EmailServiceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EmailServiceProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.IEmailServiceProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EmailServiceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to