IBotServiceIdentity Interface
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.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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |