다음을 통해 공유


IBotServiceIdentity Interface

Definition

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

Properties

ChannelName

The name of the Channel resource.

ConnectionName

The name of the Bot Service Connection Setting resource.

Id

Resource identity path

PrivateEndpointConnectionName

The name of the private endpoint connection associated with the Azure resource

ResourceGroupName

The name of the Bot resource group in the user subscription.

ResourceName

The name of the Bot resource.

SubscriptionId

Azure Subscription ID.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to