Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Accounts

Package version

Class representing a Accounts.

Hierarchy

  • Accounts

Index

Constructors

constructor

Methods

createOrUpdate

  • createOrUpdate(resourceGroupName: string, accountName: string, parameters: Account, options?: msRest.RequestOptionsBase): Promise<Models.AccountsCreateOrUpdateResponse>
  • createOrUpdate(resourceGroupName: string, accountName: string, parameters: Account, callback: msRest.ServiceCallback<Account>): void
  • createOrUpdate(resourceGroupName: string, accountName: string, parameters: Account, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Account>): void
  • Creates or updates a team account with the specified parameters.

    Parameters

    • resourceGroupName: string

      The name of the resource group to which the machine learning team account belongs.

    • accountName: string

      The name of the machine learning team account.

    • parameters: Account

      The parameters for creating or updating a machine learning team account.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.AccountsCreateOrUpdateResponse>

    Promise<Models.AccountsCreateOrUpdateResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group to which the machine learning team account belongs.

    • accountName: string

      The name of the machine learning team account.

    • parameters: Account

      The parameters for creating or updating a machine learning team account.

    • callback: msRest.ServiceCallback<Account>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group to which the machine learning team account belongs.

    • accountName: string

      The name of the machine learning team account.

    • parameters: Account

      The parameters for creating or updating a machine learning team account.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<Account>

      The callback

    Returns void

deleteMethod

  • deleteMethod(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>
  • deleteMethod(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<void>): void
  • deleteMethod(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void
  • Deletes a machine learning team account.

    Parameters

    • resourceGroupName: string

      The name of the resource group to which the machine learning team account belongs.

    • accountName: string

      The name of the machine learning team account.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRest.RestResponse>

    Promise<msRest.RestResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group to which the machine learning team account belongs.

    • accountName: string

      The name of the machine learning team account.

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group to which the machine learning team account belongs.

    • accountName: string

      The name of the machine learning team account.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

get

  • get(resourceGroupName: string, accountName: string, options?: msRest.RequestOptionsBase): Promise<Models.AccountsGetResponse>
  • get(resourceGroupName: string, accountName: string, callback: msRest.ServiceCallback<Account>): void
  • get(resourceGroupName: string, accountName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Account>): void
  • Gets the properties of the specified machine learning team account.

    Parameters

    • resourceGroupName: string

      The name of the resource group to which the machine learning team account belongs.

    • accountName: string

      The name of the machine learning team account.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.AccountsGetResponse>

    Promise<Models.AccountsGetResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group to which the machine learning team account belongs.

    • accountName: string

      The name of the machine learning team account.

    • callback: msRest.ServiceCallback<Account>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group to which the machine learning team account belongs.

    • accountName: string

      The name of the machine learning team account.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<Account>

      The callback

    Returns void

list

  • list(options?: msRest.RequestOptionsBase): Promise<Models.AccountsListResponse>
  • list(callback: msRest.ServiceCallback<AccountListResult>): void
  • list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<AccountListResult>): void
  • Lists all the available machine learning team accounts under the specified subscription.

    Parameters

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.AccountsListResponse>

    Promise<Models.AccountsListResponse>

  • Parameters

    Returns void

  • Parameters

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<AccountListResult>

      The callback

    Returns void

listByResourceGroup

  • listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.AccountsListByResourceGroupResponse>
  • listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<AccountListResult>): void
  • listByResourceGroup(resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<AccountListResult>): void
  • Lists all the available machine learning team accounts under the specified resource group.

    Parameters

    • resourceGroupName: string

      The name of the resource group to which the machine learning team account belongs.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.AccountsListByResourceGroupResponse>

    Promise<Models.AccountsListByResourceGroupResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group to which the machine learning team account belongs.

    • callback: msRest.ServiceCallback<AccountListResult>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group to which the machine learning team account belongs.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<AccountListResult>

      The callback

    Returns void

listByResourceGroupNext

  • listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.AccountsListByResourceGroupNextResponse>
  • listByResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<AccountListResult>): void
  • listByResourceGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<AccountListResult>): void
  • Lists all the available machine learning team accounts under the specified resource group.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.AccountsListByResourceGroupNextResponse>

    Promise<Models.AccountsListByResourceGroupNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<AccountListResult>

      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<AccountListResult>

      The callback

    Returns void

listNext

  • listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.AccountsListNextResponse>
  • listNext(nextPageLink: string, callback: msRest.ServiceCallback<AccountListResult>): void
  • listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<AccountListResult>): void
  • Lists all the available machine learning team accounts under the specified subscription.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.AccountsListNextResponse>

    Promise<Models.AccountsListNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<AccountListResult>

      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<AccountListResult>

      The callback

    Returns void

update

  • update(resourceGroupName: string, accountName: string, parameters: AccountUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.AccountsUpdateResponse>
  • update(resourceGroupName: string, accountName: string, parameters: AccountUpdateParameters, callback: msRest.ServiceCallback<Account>): void
  • update(resourceGroupName: string, accountName: string, parameters: AccountUpdateParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Account>): void
  • Updates a machine learning team account with the specified parameters.

    Parameters

    • resourceGroupName: string

      The name of the resource group to which the machine learning team account belongs.

    • accountName: string

      The name of the machine learning team account.

    • parameters: AccountUpdateParameters

      The parameters for updating a machine learning team account.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.AccountsUpdateResponse>

    Promise<Models.AccountsUpdateResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group to which the machine learning team account belongs.

    • accountName: string

      The name of the machine learning team account.

    • parameters: AccountUpdateParameters

      The parameters for updating a machine learning team account.

    • callback: msRest.ServiceCallback<Account>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group to which the machine learning team account belongs.

    • accountName: string

      The name of the machine learning team account.

    • parameters: AccountUpdateParameters

      The parameters for updating a machine learning team account.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<Account>

      The callback

    Returns void

Generated using TypeDoc