Uses of Interface
com.azure.resourcemanager.cognitiveservices.models.Account

Packages that use Account
Package
Description
Package containing the data models for CognitiveServicesManagementClient.
  • Uses of Account in com.azure.resourcemanager.cognitiveservices.models

    Modifier and Type
    Method
    Description
    Account.Update.apply()
    Executes the update request.
    Account.Update.apply(com.azure.core.util.Context context)
    Executes the update request.
    Account.DefinitionStages.WithCreate.create()
    Executes the create request.
    Account.DefinitionStages.WithCreate.create(com.azure.core.util.Context context)
    Executes the create request.
    DeletedAccounts.get(String location, String resourceGroupName, String accountName)
    Returns a Cognitive Services account specified by the parameters.
    Accounts.getById(String id)
    Returns a Cognitive Services account specified by the parameters.
    Accounts.getByResourceGroup(String resourceGroupName, String accountName)
    Returns a Cognitive Services account specified by the parameters.
    Account.refresh()
    Refreshes the resource to sync with Azure.
    Account.refresh(com.azure.core.util.Context context)
    Refreshes the resource to sync with Azure.
    Methods in com.azure.resourcemanager.cognitiveservices.models that return types with arguments of type Account
    Modifier and Type
    Method
    Description
    com.azure.core.http.rest.Response<Account>
    Accounts.getByIdWithResponse(String id, com.azure.core.util.Context context)
    Returns a Cognitive Services account specified by the parameters.
    com.azure.core.http.rest.Response<Account>
    Accounts.getByResourceGroupWithResponse(String resourceGroupName, String accountName, com.azure.core.util.Context context)
    Returns a Cognitive Services account specified by the parameters.
    com.azure.core.http.rest.Response<Account>
    DeletedAccounts.getWithResponse(String location, String resourceGroupName, String accountName, com.azure.core.util.Context context)
    Returns a Cognitive Services account specified by the parameters.
    com.azure.core.http.rest.PagedIterable<Account>
    Accounts.list()
    Returns all the resources of a particular type belonging to a subscription.
    com.azure.core.http.rest.PagedIterable<Account>
    Accounts.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<Account>
    DeletedAccounts.list()
    Returns all the resources of a particular type belonging to a subscription.
    com.azure.core.http.rest.PagedIterable<Account>
    DeletedAccounts.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<Account>
    Accounts.listByResourceGroup(String resourceGroupName)
    Returns all the resources of a particular type belonging to a resource group.
    com.azure.core.http.rest.PagedIterable<Account>
    Accounts.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)
    Returns all the resources of a particular type belonging to a resource group.