Jaa


AzureService Class

Definition

Caution

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

Represents the base configuration for an Azure service.

[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
Inheritance
AzureService
Derived
Attributes

Constructors

AzureService(String)

Initializes a new instance of the AzureService class.

Properties

Id

Gets or sets unique id for the service.

(Inherited from ConnectedService)
Name

Gets or sets user friendly name of the service.

(Inherited from ConnectedService)
Properties

Gets or sets properties that are not otherwise defined.

(Inherited from ConnectedService)
ResourceGroup

Gets or sets the resource group.

ServiceName

Gets or sets the service name.

SubscriptionId

Gets or sets subscription ID.

TenantId

Gets or sets tenant ID for the service, for example "contoso.onmicrosoft.com".

Type

Gets or sets type of the service.

(Inherited from ConnectedService)

Methods

Decrypt(String)

Decrypt properties on this service.

(Inherited from ConnectedService)
Encrypt(String)

Encrypt properties on this service.

(Inherited from ConnectedService)

Applies to