你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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