次の方法で共有


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()

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.

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.

Applies to