Aracılığıyla paylaş


SenderUsernameProperties Class

Definition

A class that describes the properties of a SenderUsername resource.

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

Constructors

SenderUsernameProperties()

Creates an new SenderUsernameProperties instance.

Properties

DataLocation

The location where the SenderUsername resource data is stored at rest.

DisplayName

The display name for the senderUsername.

ProvisioningState

Provisioning state of the resource. Unknown is the default state for Communication Services.

Username

A sender senderUsername to be used when sending emails.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SenderUsernameProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SenderUsernameProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SenderUsernameProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to