Operations class

Class representing a Operations.

Constructors

Operations(ApplicationInsightsManagementClientContext)

Create a Operations.

Methods

list(RequestOptionsBase)

Lists all of the available insights REST API operations.

list(RequestOptionsBase, ServiceCallback<OperationListResult>)
list(ServiceCallback<OperationListResult>)
list1(RequestOptionsBase)

List the available operations supported by the resource provider.

list1(RequestOptionsBase, ServiceCallback<OperationsListResult>)
list1(ServiceCallback<OperationsListResult>)
list1Next(string, RequestOptionsBase)

List the available operations supported by the resource provider.

list1Next(string, RequestOptionsBase, ServiceCallback<OperationsListResult>)
list1Next(string, ServiceCallback<OperationsListResult>)
listNext(string, RequestOptionsBase)

Lists all of the available insights REST API operations.

listNext(string, RequestOptionsBase, ServiceCallback<OperationListResult>)
listNext(string, ServiceCallback<OperationListResult>)

Constructor Details

Operations(ApplicationInsightsManagementClientContext)

Create a Operations.

new Operations(client: ApplicationInsightsManagementClientContext)

Parameters

client
ApplicationInsightsManagementClientContext

Reference to the service client.

Method Details

list(RequestOptionsBase)

Lists all of the available insights REST API operations.

function list(options?: RequestOptionsBase): Promise<OperationsListResponse>

Parameters

options
RequestOptionsBase

The optional parameters

Returns

Promise<Models.OperationsListResponse>

list(RequestOptionsBase, ServiceCallback<OperationListResult>)

function list(options: RequestOptionsBase, callback: ServiceCallback<OperationListResult>)

Parameters

options
RequestOptionsBase

The optional parameters

callback

ServiceCallback<OperationListResult>

The callback

list(ServiceCallback<OperationListResult>)

function list(callback: ServiceCallback<OperationListResult>)

Parameters

callback

ServiceCallback<OperationListResult>

The callback

list1(RequestOptionsBase)

List the available operations supported by the resource provider.

function list1(options?: RequestOptionsBase): Promise<OperationsList1Response>

Parameters

options
RequestOptionsBase

The optional parameters

Returns

Promise<Models.OperationsList1Response>

list1(RequestOptionsBase, ServiceCallback<OperationsListResult>)

function list1(options: RequestOptionsBase, callback: ServiceCallback<OperationsListResult>)

Parameters

options
RequestOptionsBase

The optional parameters

callback

ServiceCallback<OperationsListResult>

The callback

list1(ServiceCallback<OperationsListResult>)

function list1(callback: ServiceCallback<OperationsListResult>)

Parameters

callback

ServiceCallback<OperationsListResult>

The callback

list1Next(string, RequestOptionsBase)

List the available operations supported by the resource provider.

function list1Next(nextPageLink: string, options?: RequestOptionsBase): Promise<OperationsList1NextResponse>

Parameters

nextPageLink

string

The NextLink from the previous successful call to List operation.

options
RequestOptionsBase

The optional parameters

Returns

Promise<Models.OperationsList1NextResponse>

list1Next(string, RequestOptionsBase, ServiceCallback<OperationsListResult>)

function list1Next(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<OperationsListResult>)

Parameters

nextPageLink

string

The NextLink from the previous successful call to List operation.

options
RequestOptionsBase

The optional parameters

callback

ServiceCallback<OperationsListResult>

The callback

list1Next(string, ServiceCallback<OperationsListResult>)

function list1Next(nextPageLink: string, callback: ServiceCallback<OperationsListResult>)

Parameters

nextPageLink

string

The NextLink from the previous successful call to List operation.

callback

ServiceCallback<OperationsListResult>

The callback

listNext(string, RequestOptionsBase)

Lists all of the available insights REST API operations.

function listNext(nextPageLink: string, options?: RequestOptionsBase): Promise<OperationsListNextResponse>

Parameters

nextPageLink

string

The NextLink from the previous successful call to List operation.

options
RequestOptionsBase

The optional parameters

Returns

Promise<Models.OperationsListNextResponse>

listNext(string, RequestOptionsBase, ServiceCallback<OperationListResult>)

function listNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<OperationListResult>)

Parameters

nextPageLink

string

The NextLink from the previous successful call to List operation.

options
RequestOptionsBase

The optional parameters

callback

ServiceCallback<OperationListResult>

The callback

listNext(string, ServiceCallback<OperationListResult>)

function listNext(nextPageLink: string, callback: ServiceCallback<OperationListResult>)

Parameters

nextPageLink

string

The NextLink from the previous successful call to List operation.

callback

ServiceCallback<OperationListResult>

The callback