共用方式為


AzureService 類別

定義

警告

This class is deprecated. See https://aka.ms/bot-file-basics for more information.

表示 Azure 服務的基底組態。

[System.Obsolete("This class is deprecated.  See https://aka.ms/bot-file-basics for more information.", false)]
public class AzureService : Microsoft.Bot.Configuration.ConnectedService
[<System.Obsolete("This class is deprecated.  See https://aka.ms/bot-file-basics for more information.", false)>]
type AzureService = class
    inherit ConnectedService
Public Class AzureService
Inherits ConnectedService
繼承
AzureService
衍生
屬性

建構函式

AzureService(String)
已淘汰.

初始化 AzureService 類別的新執行個體。

屬性

Id
已淘汰.

取得或設定服務的唯一識別碼。

(繼承來源 ConnectedService)
Name
已淘汰.

取得或設定服務的使用者易記名稱。

(繼承來源 ConnectedService)
Properties
已淘汰.

取得或設定未定義的屬性。

(繼承來源 ConnectedService)
ResourceGroup
已淘汰.

取得或設定資源群組。

ServiceName
已淘汰.

取得或設定服務名稱。

SubscriptionId
已淘汰.

取得或設定訂用帳戶識別碼。

TenantId
已淘汰.

取得或設定服務的租使用者識別碼,例如「contoso.onmicrosoft.com」。

Type
已淘汰.

取得或設定服務的型別。

(繼承來源 ConnectedService)

方法

Decrypt(String)
已淘汰.

解密此服務上的屬性。

(繼承來源 ConnectedService)
Encrypt(String)
已淘汰.

加密此服務上的屬性。

(繼承來源 ConnectedService)

適用於