Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Accounts

Package version

Class representing a Accounts.

Hierarchy

  • Accounts

Index

Constructors

constructor

Methods

checkNameAvailability

createOrUpdate

  • createOrUpdate(resourceGroupName: string, body: AccountResourceRequest, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.AccountsCreateOrUpdateResponse>
  • createOrUpdate(resourceGroupName: string, body: AccountResourceRequest, resourceName: string, callback: msRest.ServiceCallback<AccountResource>): void
  • createOrUpdate(resourceGroupName: string, body: AccountResourceRequest, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<AccountResource>): void
  • Creates or updates a Visual Studio Team Services account resource.

    summary

    Accounts_CreateOrUpdate

    Parameters

    • resourceGroupName: string

      Name of the resource group within the Azure subscription.

    • body: AccountResourceRequest

      The request data.

    • resourceName: string

      Name of the resource.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.AccountsCreateOrUpdateResponse>

    Promise<Models.AccountsCreateOrUpdateResponse>

  • Parameters

    • resourceGroupName: string

      Name of the resource group within the Azure subscription.

    • body: AccountResourceRequest

      The request data.

    • resourceName: string

      Name of the resource.

    • callback: msRest.ServiceCallback<AccountResource>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      Name of the resource group within the Azure subscription.

    • body: AccountResourceRequest

      The request data.

    • resourceName: string

      Name of the resource.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<AccountResource>

      The callback

    Returns void

deleteMethod

  • deleteMethod(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>
  • deleteMethod(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<void>): void
  • deleteMethod(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void
  • Deletes a Visual Studio Team Services account resource.

    summary

    Accounts_Delete

    Parameters

    • resourceGroupName: string

      Name of the resource group within the Azure subscription.

    • resourceName: string

      Name of the resource.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRest.RestResponse>

    Promise<msRest.RestResponse>

  • Parameters

    • resourceGroupName: string

      Name of the resource group within the Azure subscription.

    • resourceName: string

      Name of the resource.

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      Name of the resource group within the Azure subscription.

    • resourceName: string

      Name of the resource.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

get

  • get(resourceGroupName: string, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.AccountsGetResponse>
  • get(resourceGroupName: string, resourceName: string, callback: msRest.ServiceCallback<AccountResource>): void
  • get(resourceGroupName: string, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<AccountResource>): void
  • Gets the Visual Studio Team Services account resource details.

    summary

    Accounts_Get

    Parameters

    • resourceGroupName: string

      Name of the resource group within the Azure subscription.

    • resourceName: string

      Name of the resource.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.AccountsGetResponse>

    Promise<Models.AccountsGetResponse>

  • Parameters

    • resourceGroupName: string

      Name of the resource group within the Azure subscription.

    • resourceName: string

      Name of the resource.

    • callback: msRest.ServiceCallback<AccountResource>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      Name of the resource group within the Azure subscription.

    • resourceName: string

      Name of the resource.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<AccountResource>

      The callback

    Returns void

listByResourceGroup

  • listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.AccountsListByResourceGroupResponse>
  • listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<AccountResourceListResult>): void
  • listByResourceGroup(resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<AccountResourceListResult>): void
  • Gets all Visual Studio Team Services account resources under the resource group linked to the specified Azure subscription.

    summary

    Accounts_ListByResourceGroup

    Parameters

    • resourceGroupName: string

      Name of the resource group within the Azure subscription.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.AccountsListByResourceGroupResponse>

    Promise<Models.AccountsListByResourceGroupResponse>

  • Parameters

    • resourceGroupName: string

      Name of the resource group within the Azure subscription.

    • callback: msRest.ServiceCallback<AccountResourceListResult>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      Name of the resource group within the Azure subscription.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<AccountResourceListResult>

      The callback

    Returns void

update

  • update(resourceGroupName: string, body: AccountTagRequest, resourceName: string, options?: msRest.RequestOptionsBase): Promise<Models.AccountsUpdateResponse>
  • update(resourceGroupName: string, body: AccountTagRequest, resourceName: string, callback: msRest.ServiceCallback<AccountResource>): void
  • update(resourceGroupName: string, body: AccountTagRequest, resourceName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<AccountResource>): void
  • Updates tags for Visual Studio Team Services account resource.

    summary

    Accounts_Update

    Parameters

    • resourceGroupName: string

      Name of the resource group within the Azure subscription.

    • body: AccountTagRequest

      The request data.

    • resourceName: string

      Name of the resource.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.AccountsUpdateResponse>

    Promise<Models.AccountsUpdateResponse>

  • Parameters

    • resourceGroupName: string

      Name of the resource group within the Azure subscription.

    • body: AccountTagRequest

      The request data.

    • resourceName: string

      Name of the resource.

    • callback: msRest.ServiceCallback<AccountResource>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      Name of the resource group within the Azure subscription.

    • body: AccountTagRequest

      The request data.

    • resourceName: string

      Name of the resource.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<AccountResource>

      The callback

    Returns void

Generated using TypeDoc