Share via


IHealthBotIdentity Interface

Definition

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

Properties

BotName

The name of the Bot resource.

Id

Resource identity path

ResourceGroupName

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

SubscriptionId

Azure Subscription ID.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to