Operations class

Class representing a Operations.

Constructors

Operations(AzureStackManagementClientContext)

Create a Operations.

Methods

list(RequestOptionsBase)

Returns the list of supported REST operations.

list(RequestOptionsBase, ServiceCallback<OperationList>)
list(ServiceCallback<OperationList>)
listNext(string, RequestOptionsBase)

Returns the list of supported REST operations.

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

Constructor Details

Operations(AzureStackManagementClientContext)

Create a Operations.

new Operations(client: AzureStackManagementClientContext)

Parameters

client
AzureStackManagementClientContext

Reference to the service client.

Method Details

list(RequestOptionsBase)

Returns the list of supported REST operations.

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

Parameters

options
RequestOptionsBase

The optional parameters

Returns

Promise<Models.OperationsListResponse>

list(RequestOptionsBase, ServiceCallback<OperationList>)

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

Parameters

options
RequestOptionsBase

The optional parameters

callback

ServiceCallback<OperationList>

The callback

list(ServiceCallback<OperationList>)

function list(callback: ServiceCallback<OperationList>)

Parameters

callback

ServiceCallback<OperationList>

The callback

listNext(string, RequestOptionsBase)

Returns the list of supported REST 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<OperationList>)

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

Parameters

nextPageLink

string

The NextLink from the previous successful call to List operation.

options
RequestOptionsBase

The optional parameters

callback

ServiceCallback<OperationList>

The callback

listNext(string, ServiceCallback<OperationList>)

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

Parameters

nextPageLink

string

The NextLink from the previous successful call to List operation.

callback

ServiceCallback<OperationList>

The callback