CommunicationServiceSmtpUsernameIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CommunicationServiceSmtpUsername.Models.CommunicationServiceSmtpUsernameIdentityTypeConverter))]
public class CommunicationServiceSmtpUsernameIdentity : Microsoft.Azure.PowerShell.Cmdlets.CommunicationServiceSmtpUsername.Models.ICommunicationServiceSmtpUsernameIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CommunicationServiceSmtpUsername.Models.CommunicationServiceSmtpUsernameIdentityTypeConverter))>]
type CommunicationServiceSmtpUsernameIdentity = class
    interface ICommunicationServiceSmtpUsernameIdentity
    interface IJsonSerializable
Public Class CommunicationServiceSmtpUsernameIdentity
Implements ICommunicationServiceSmtpUsernameIdentity
Inheritance
CommunicationServiceSmtpUsernameIdentity
Attributes
Implements

Constructors

Name Description
CommunicationServiceSmtpUsernameIdentity()

Creates an new CommunicationServiceSmtpUsernameIdentity instance.

Properties

Name Description
CommunicationServiceName

The name of the CommunicationService resource.

Id

Resource identity path

ResourceGroupName

The name of the resource group. The name is case insensitive.

SmtpUsername

The name of the SmtpUsernameResource.

SubscriptionId

The ID of the target subscription. The value must be an UUID.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CommunicationServiceSmtpUsernameIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CommunicationServiceSmtpUsernameIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CommunicationServiceSmtpUsername.Models.ICommunicationServiceSmtpUsernameIdentity.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CommunicationServiceSmtpUsernameIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to