Share via


ICommunicationIdentity Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to