@azure/arm-changes package
Classes
| ChangesClient |
Interfaces
| ChangeAttributes |
Details about the change resource |
| ChangeBase |
An individual change on the target resource |
| ChangeProperties |
The properties of a change |
| ChangeResourceListResult |
The list of resources |
| ChangeResourceResult |
Change Resource |
| Changes |
Interface representing a Changes. |
| ChangesClientOptionalParams |
Optional parameters. |
| ChangesGetOptionalParams |
Optional parameters. |
| ChangesListNextOptionalParams |
Optional parameters. |
| ChangesListOptionalParams |
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.). |
| Resource |
Common fields that are returned in the response for all Azure Resource Manager resources |
Type Aliases
| ChangeCategory |
Defines values for ChangeCategory. |
| ChangeType |
Defines values for ChangeType. |
| ChangesGetResponse |
Contains response data for the get operation. |
| ChangesListNextResponse |
Contains response data for the listNext operation. |
| ChangesListResponse |
Contains response data for the list operation. |
| PropertyChangeType |
Defines values for PropertyChangeType. |
Functions
| get |
Given a result page from a pageable operation, returns a continuation token that can be used to begin paging from that point later. |
Function Details
getContinuationToken(unknown)
Given a result page from a pageable operation, returns a continuation token that can be used to begin paging from that point later.
function getContinuationToken(page: unknown): string | undefined
Parameters
- page
-
unknown
A result object from calling .byPage() on a paged operation.
Returns
string | undefined
The continuation token that can be passed into byPage().