Share via


BotConnectionSettingCollection Class

Definition

A class representing a collection of BotConnectionSettingResource and their operations. Each BotConnectionSettingResource in the collection will belong to the same instance of BotResource. To get a BotConnectionSettingCollection instance call the GetBotConnectionSettings method from an instance of BotResource.

public class BotConnectionSettingCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.BotService.BotConnectionSettingResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.BotService.BotConnectionSettingResource>
type BotConnectionSettingCollection = class
    inherit ArmCollection
    interface seq<BotConnectionSettingResource>
    interface IEnumerable
    interface IAsyncEnumerable<BotConnectionSettingResource>
Public Class BotConnectionSettingCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of BotConnectionSettingResource), IEnumerable(Of BotConnectionSettingResource)
Inheritance
BotConnectionSettingCollection
Implements

Constructors

BotConnectionSettingCollection()

Initializes a new instance of the BotConnectionSettingCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

CreateOrUpdate(WaitUntil, String, BotConnectionSettingData, CancellationToken)

Register a new Auth Connection for a Bot Service

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/connections/{connectionName}
  • Operation Id: BotConnection_Create
CreateOrUpdateAsync(WaitUntil, String, BotConnectionSettingData, CancellationToken)

Register a new Auth Connection for a Bot Service

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/connections/{connectionName}
  • Operation Id: BotConnection_Create
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/connections/{connectionName}
  • Operation Id: BotConnection_Get
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/connections/{connectionName}
  • Operation Id: BotConnection_Get
Get(String, CancellationToken)

Get a Connection Setting registration for a Bot Service

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/connections/{connectionName}
  • Operation Id: BotConnection_Get
GetAll(CancellationToken)

Returns all the Connection Settings registered to a particular BotService resource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/connections
  • Operation Id: BotConnection_ListByBotService
GetAllAsync(CancellationToken)

Returns all the Connection Settings registered to a particular BotService resource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/connections
  • Operation Id: BotConnection_ListByBotService
GetAsync(String, CancellationToken)

Get a Connection Setting registration for a Bot Service

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/connections/{connectionName}
  • Operation Id: BotConnection_Get
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/connections/{connectionName}
  • Operation Id: BotConnection_Get
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/connections/{connectionName}
  • Operation Id: BotConnection_Get
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<BotConnectionSettingResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<BotConnectionSettingResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to