Uses of Interface
com.azure.resourcemanager.botservice.models.Bot

Packages that use Bot
Package
Description
Package containing the data models for AzureBotService.
  • Uses of Bot in com.azure.resourcemanager.botservice.models

    Modifier and Type
    Method
    Description
    Bot.Update.apply()
    Executes the update request.
    Bot.Update.apply(com.azure.core.util.Context context)
    Executes the update request.
    Bot.DefinitionStages.WithCreate.create()
    Executes the create request.
    Bot.DefinitionStages.WithCreate.create(com.azure.core.util.Context context)
    Executes the create request.
    Bots.getById(String id)
    Returns a BotService specified by the parameters.
    Bots.getByResourceGroup(String resourceGroupName, String resourceName)
    Returns a BotService specified by the parameters.
    Bot.refresh()
    Refreshes the resource to sync with Azure.
    Bot.refresh(com.azure.core.util.Context context)
    Refreshes the resource to sync with Azure.
    Methods in com.azure.resourcemanager.botservice.models that return types with arguments of type Bot
    Modifier and Type
    Method
    Description
    com.azure.core.http.rest.Response<Bot>
    Bots.getByIdWithResponse(String id, com.azure.core.util.Context context)
    Returns a BotService specified by the parameters.
    com.azure.core.http.rest.Response<Bot>
    Bots.getByResourceGroupWithResponse(String resourceGroupName, String resourceName, com.azure.core.util.Context context)
    Returns a BotService specified by the parameters.
    com.azure.core.http.rest.PagedIterable<Bot>
    Bots.list()
    Returns all the resources of a particular type belonging to a subscription.
    com.azure.core.http.rest.PagedIterable<Bot>
    Bots.list(com.azure.core.util.Context context)
    Returns all the resources of a particular type belonging to a subscription.
    com.azure.core.http.rest.PagedIterable<Bot>
    Bots.listByResourceGroup(String resourceGroupName)
    Returns all the resources of a particular type belonging to a resource group.
    com.azure.core.http.rest.PagedIterable<Bot>
    Bots.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)
    Returns all the resources of a particular type belonging to a resource group.