Operations class
Class representing a Operations.
Constructors
Operations(Application |
Create a Operations. |
Methods
list(Request |
Lists all of the available insights REST API operations. |
list(Request |
|
list(Service |
|
list1(Request |
List the available operations supported by the resource provider. |
list1(Request |
|
list1(Service |
|
list1Next(string, Request |
List the available operations supported by the resource provider. |
list1Next(string, Request |
|
list1Next(string, Service |
|
list |
Lists all of the available insights REST API operations. |
list |
|
list |
Constructor Details
Operations(ApplicationInsightsManagementClientContext)
Create a Operations.
new Operations(client: ApplicationInsightsManagementClientContext)
Parameters
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<OperationsListResponse>
Promise<Models.OperationsListResponse>
list(RequestOptionsBase, ServiceCallback<OperationListResult>)
function list(options: RequestOptionsBase, callback: ServiceCallback<OperationListResult>)
Parameters
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
list(ServiceCallback<OperationListResult>)
function list(callback: ServiceCallback<OperationListResult>)
Parameters
- callback
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<OperationsList1Response>
Promise<Models.OperationsList1Response>
list1(RequestOptionsBase, ServiceCallback<OperationsListResult>)
function list1(options: RequestOptionsBase, callback: ServiceCallback<OperationsListResult>)
Parameters
- options
- RequestOptionsBase
The optional parameters
- callback
The callback
list1(ServiceCallback<OperationsListResult>)
function list1(callback: ServiceCallback<OperationsListResult>)
Parameters
- callback
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<OperationsList1NextResponse>
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
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
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<OperationsListNextResponse>
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
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
The callback