Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EnterpriseChannels

Package version

Class representing a EnterpriseChannels.

Hierarchy

  • EnterpriseChannels

Index

Constructors

constructor

Methods

beginCreate

  • beginCreate(resourceGroupName: string, resourceName: string, parameters: EnterpriseChannel, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>
  • Creates an Enterprise Channel.

    Parameters

    • resourceGroupName: string

      The name of the Bot resource group in the user subscription.

    • resourceName: string

      The name of the Bot resource.

    • parameters: EnterpriseChannel

      The parameters to provide for the new Enterprise Channel.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRestAzure.LROPoller>

    Promise<msRestAzure.LROPoller>

beginDeleteMethod

  • beginDeleteMethod(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>
  • Deletes an Enterprise Channel from the resource group

    Parameters

    • resourceGroupName: string

      The name of the Bot resource group in the user subscription.

    • resourceName: string

      The name of the Bot resource.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRestAzure.LROPoller>

    Promise<msRestAzure.LROPoller>

beginUpdate

  • beginUpdate(resourceGroupName: string, resourceName: string, options?: Models.EnterpriseChannelsBeginUpdateOptionalParams): Promise<msRestAzure.LROPoller>
  • Updates an Enterprise Channel.

    Parameters

    • resourceGroupName: string

      The name of the Bot resource group in the user subscription.

    • resourceName: string

      The name of the Bot resource.

    • Optional options: Models.EnterpriseChannelsBeginUpdateOptionalParams

    Returns Promise<msRestAzure.LROPoller>

    Promise<msRestAzure.LROPoller>

checkNameAvailability

create

  • create(resourceGroupName: string, resourceName: string, parameters: EnterpriseChannel, options?: msRest.RequestOptionsBase): Promise<Models.EnterpriseChannelsCreateResponse>
  • Creates an Enterprise Channel.

    Parameters

    • resourceGroupName: string

      The name of the Bot resource group in the user subscription.

    • resourceName: string

      The name of the Bot resource.

    • parameters: EnterpriseChannel

      The parameters to provide for the new Enterprise Channel.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.EnterpriseChannelsCreateResponse>

    Promise<Models.EnterpriseChannelsCreateResponse>

deleteMethod

  • deleteMethod(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>
  • Deletes an Enterprise Channel from the resource group

    Parameters

    • resourceGroupName: string

      The name of the Bot resource group in the user subscription.

    • resourceName: string

      The name of the Bot resource.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRest.RestResponse>

    Promise<msRest.RestResponse>

get

  • get(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.EnterpriseChannelsGetResponse>
  • get(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<EnterpriseChannel>): void
  • get(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<EnterpriseChannel>): void
  • Returns an Enterprise Channel specified by the parameters.

    Parameters

    • resourceGroupName: string

      The name of the Bot resource group in the user subscription.

    • resourceName: string

      The name of the Bot resource.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.EnterpriseChannelsGetResponse>

    Promise<Models.EnterpriseChannelsGetResponse>

  • Parameters

    • resourceGroupName: string

      The name of the Bot resource group in the user subscription.

    • resourceName: string

      The name of the Bot resource.

    • callback: msRest.ServiceCallback<EnterpriseChannel>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the Bot resource group in the user subscription.

    • resourceName: string

      The name of the Bot resource.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<EnterpriseChannel>

      The callback

    Returns void

listByResourceGroup

  • listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.EnterpriseChannelsListByResourceGroupResponse>
  • listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<EnterpriseChannelResponseList>): void
  • listByResourceGroup(resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<EnterpriseChannelResponseList>): void
  • Returns all the resources of a particular type belonging to a resource group.

    Parameters

    • resourceGroupName: string

      The name of the Bot resource group in the user subscription.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.EnterpriseChannelsListByResourceGroupResponse>

    Promise<Models.EnterpriseChannelsListByResourceGroupResponse>

  • Parameters

    • resourceGroupName: string

      The name of the Bot resource group in the user subscription.

    • callback: msRest.ServiceCallback<EnterpriseChannelResponseList>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the Bot resource group in the user subscription.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<EnterpriseChannelResponseList>

      The callback

    Returns void

listByResourceGroupNext

  • listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.EnterpriseChannelsListByResourceGroupNextResponse>
  • listByResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<EnterpriseChannelResponseList>): void
  • listByResourceGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<EnterpriseChannelResponseList>): void
  • Returns all the resources of a particular type belonging to a resource group.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.EnterpriseChannelsListByResourceGroupNextResponse>

    Promise<Models.EnterpriseChannelsListByResourceGroupNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<EnterpriseChannelResponseList>

      The callback

    Returns void

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<EnterpriseChannelResponseList>

      The callback

    Returns void

update

  • update(resourceGroupName: string, resourceName: string, options?: Models.EnterpriseChannelsUpdateOptionalParams): Promise<Models.EnterpriseChannelsUpdateResponse>
  • Updates an Enterprise Channel.

    Parameters

    • resourceGroupName: string

      The name of the Bot resource group in the user subscription.

    • resourceName: string

      The name of the Bot resource.

    • Optional options: Models.EnterpriseChannelsUpdateOptionalParams

    Returns Promise<Models.EnterpriseChannelsUpdateResponse>

    Promise<Models.EnterpriseChannelsUpdateResponse>

Generated using TypeDoc