@azure/arm-healthbot package

Classes

HealthbotClient

Interfaces

BotsCreateOptionalParams

Optional parameters.

BotsDeleteOptionalParams

Optional parameters.

BotsGetOptionalParams

Optional parameters.

BotsListByResourceGroupOptionalParams

Optional parameters.

BotsListOptionalParams

Optional parameters.

BotsListSecretsOptionalParams

Optional parameters.

BotsOperations

Interface representing a Bots operations.

BotsRegenerateApiJwtSecretOptionalParams

Optional parameters.

BotsUpdateOptionalParams

Optional parameters.

ErrorAdditionalInfo

The resource management error additional info.

ErrorError

The error object.

ErrorModel

The resource management error response.

HealthBot

Azure Health Bot resource definition

HealthBotKey

An entry of HealthBotKeysResponse

HealthBotKeysResponse

Health Bot Keys Response.

HealthBotProperties

The properties of a Azure Health Bot. The Health Bot Service is a cloud platform that empowers developers in Healthcare organizations to build and deploy their compliant, AI-powered virtual health assistants and health bots, that help them improve processes and reduce costs.

HealthBotUpdateParameters

Parameters for updating a Azure Health Bot.

HealthbotClientOptionalParams

Optional parameters for the client.

Identity

Identity for the resource.

KeyVaultProperties

Properties of the key vault.

OperationDetail

Operation detail payload

OperationDisplay

Operation display payload

OperationsListOptionalParams

Optional parameters.

OperationsOperations

Interface representing a Operations operations.

PageSettings

Options for the byPage method

PagedAsyncIterableIterator

An interface that allows async iterable iteration both to completion and by page.

Resource

Common fields that are returned in the response for all Azure Resource Manager resources

RestorePollerOptions
SimplePollerLike

A simple poller that can be used to poll a long running operation.

Sku

The resource model definition representing SKU

SystemData

Metadata pertaining to creation and last modification of the resource.

TrackedResource

The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location'

UserAssignedIdentity

The details of the user assigned managed identity used by the Video Analyzer resource.

Type Aliases

AzureSupportedClouds

The supported values for cloud setting as a string literal type

ContinuablePage

An interface that describes a page of results.

CreatedByType

The kind of entity that created the resource.
KnownCreatedByType can be used interchangeably with CreatedByType, this enum contains the known values that the service supports.

Known values supported by the service

User: The entity was created by a user.
Application: The entity was created by an application.
ManagedIdentity: The entity was created by a managed identity.
Key: The entity was created by a key.

ResourceIdentityType

The identity type. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the Azure Health Bot

SkuName

The name of the Azure Health Bot SKU

Enums

AzureClouds

An enum to describe Azure Cloud environments.

KnownCreatedByType

The kind of entity that created the resource.

KnownVersions

The available API versions.

Functions

restorePoller<TResponse, TResult>(HealthbotClient, string, (args: any[]) => PollerLike<OperationState<TResult>, TResult>, RestorePollerOptions<TResult, PathUncheckedResponse>)

Creates a poller from the serialized state of another poller. This can be useful when you want to create pollers on a different host or a poller needs to be constructed after the original one is not in scope.

Function Details

restorePoller<TResponse, TResult>(HealthbotClient, string, (args: any[]) => PollerLike<OperationState<TResult>, TResult>, RestorePollerOptions<TResult, PathUncheckedResponse>)

Creates a poller from the serialized state of another poller. This can be useful when you want to create pollers on a different host or a poller needs to be constructed after the original one is not in scope.

function restorePoller<TResponse, TResult>(client: HealthbotClient, serializedState: string, sourceOperation: (args: any[]) => PollerLike<OperationState<TResult>, TResult>, options?: RestorePollerOptions<TResult, PathUncheckedResponse>): PollerLike<OperationState<TResult>, TResult>

Parameters

serializedState

string

sourceOperation

(args: any[]) => PollerLike<OperationState<TResult>, TResult>

Returns

PollerLike<OperationState<TResult>, TResult>