@azure/arm-graphservices package

Classes

GraphServices

Interfaces

AccountPatchResource

Account patch properties

AccountResource

Account details

AccountResourceList

The list of accounts.

AccountResourceProperties

Property bag from billing account

AccountResourceSystemData

Metadata pertaining to creation and last modification of the resource.

Accounts

Interface representing a Accounts.

AccountsCreateAndUpdateOptionalParams

Optional parameters.

AccountsDeleteOptionalParams

Optional parameters.

AccountsGetOptionalParams

Optional parameters.

AccountsListByResourceGroupNextOptionalParams

Optional parameters.

AccountsListByResourceGroupOptionalParams

Optional parameters.

AccountsListBySubscriptionNextOptionalParams

Optional parameters.

AccountsListBySubscriptionOptionalParams

Optional parameters.

AccountsUpdateOptionalParams

Optional parameters.

ErrorAdditionalInfo

The resource management error additional info.

ErrorDetail

The error detail.

ErrorResponse

Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.).

GraphServicesOptionalParams

Optional parameters.

Operation

Details of a REST API operation, returned from the Resource Provider Operations API

OperationDisplay

Localized display information for this particular operation.

OperationListResult

A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results.

Operations

Interface representing a Operations.

OperationsListNextOptionalParams

Optional parameters.

OperationsListOptionalParams

Optional parameters.

Resource

An Azure resource.

TagUpdate

Request payload used to update an existing resource's tags.

Type Aliases

AccountsCreateAndUpdateResponse

Contains response data for the createAndUpdate operation.

AccountsGetResponse

Contains response data for the get operation.

AccountsListByResourceGroupNextResponse

Contains response data for the listByResourceGroupNext operation.

AccountsListByResourceGroupResponse

Contains response data for the listByResourceGroup operation.

AccountsListBySubscriptionNextResponse

Contains response data for the listBySubscriptionNext operation.

AccountsListBySubscriptionResponse

Contains response data for the listBySubscription operation.

AccountsUpdateResponse

Contains response data for the update operation.

ActionType

Defines values for ActionType.
KnownActionType can be used interchangeably with ActionType, this enum contains the known values that the service supports.

Known values supported by the service

Internal

CreatedByType

Defines values for CreatedByType.
KnownCreatedByType can be used interchangeably with CreatedByType, this enum contains the known values that the service supports.

Known values supported by the service

User
Application
ManagedIdentity
Key

OperationsListNextResponse

Contains response data for the listNext operation.

OperationsListResponse

Contains response data for the list operation.

Origin

Defines values for Origin.
KnownOrigin can be used interchangeably with Origin, this enum contains the known values that the service supports.

Known values supported by the service

user
system
user,system

ProvisioningState

Defines values for ProvisioningState.
KnownProvisioningState can be used interchangeably with ProvisioningState, this enum contains the known values that the service supports.

Known values supported by the service

Succeeded
Failed
Canceled

Enums

KnownActionType

Known values of ActionType that the service accepts.

KnownCreatedByType

Known values of CreatedByType that the service accepts.

KnownOrigin

Known values of Origin that the service accepts.

KnownProvisioningState

Known values of ProvisioningState that the service accepts.

Functions

getContinuationToken(unknown)

Given the last .value produced by the byPage iterator, returns a continuation token that can be used to begin paging from that point later.

Function Details

getContinuationToken(unknown)

Given the last .value produced by the byPage iterator, returns a continuation token that can be used to begin paging from that point later.

function getContinuationToken(page: unknown): string | undefined

Parameters

page

unknown

An object from accessing value on the IteratorResult from a byPage iterator.

Returns

string | undefined

The continuation token that can be passed into byPage() during future calls.