CommunicationIdentity 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.
[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() |
Creates an new CommunicationIdentity instance. |
Properties
CommunicationServiceName |
The name of the CommunicationService resource. |
Id |
Resource identity path |
ResourceGroupName |
The name of the resource group. The name is case insensitive. |
SubscriptionId |
The ID of the target subscription. The value must be an UUID. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CommunicationIdentity. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CommunicationIdentity. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.ICommunicationIdentity. |
FromJsonString(String) |
Creates a new instance of CommunicationIdentity, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CommunicationIdentity into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |