CommunicationIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.CommunicationIdentityTypeConverter))]
public class CommunicationIdentity : Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.ICommunicationIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.CommunicationIdentityTypeConverter))>]
type CommunicationIdentity = class
    interface ICommunicationIdentity
    interface IJsonSerializable
Public Class CommunicationIdentity
Implements ICommunicationIdentity
Inheritance
CommunicationIdentity
Attributes
Implements

Constructors

CommunicationIdentity()

Properties

CommunicationServiceName
Id
Location
OperationId
ResourceGroupName
SubscriptionId

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()

Applies to