@azure/arm-changeanalysis package
Interfaces
| AzureChangeAnalysisManagementClientOptionalParams | Optional parameters. |
| Change | The detected change. |
| ChangeList | The list of detected changes. |
| ChangeProperties | The properties of a change. |
| Changes | Interface representing a Changes. |
| ChangesListChangesByResourceGroupNextOptionalParams | Optional parameters. |
| ChangesListChangesByResourceGroupOptionalParams | Optional parameters. |
| ChangesListChangesBySubscriptionNextOptionalParams | Optional parameters. |
| ChangesListChangesBySubscriptionOptionalParams | 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.). |
| Operations | Interface representing a Operations. |
| OperationsListNextOptionalParams | Optional parameters. |
| OperationsListOptionalParams | Optional parameters. |
| PropertyChange | Data of a property change. |
| ProxyResource | The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location |
| Resource | Common fields that are returned in the response for all Azure Resource Manager resources |
| ResourceChanges | Interface representing a ResourceChanges. |
| ResourceChangesListNextOptionalParams | Optional parameters. |
| ResourceChangesListOptionalParams | Optional parameters. |
| ResourceProviderOperationDefinition | The resource provider operation definition. |
| ResourceProviderOperationDisplay | The resource provider operation details. |
| ResourceProviderOperationList | The resource provider operation list. |
Type Aliases
| ChangeCategory | Defines values for ChangeCategory. |
| ChangeType | Defines values for ChangeType. Known values supported by the serviceAdd |
| ChangesListChangesByResourceGroupNextResponse | Contains response data for the listChangesByResourceGroupNext operation. |
| ChangesListChangesByResourceGroupResponse | Contains response data for the listChangesByResourceGroup operation. |
| ChangesListChangesBySubscriptionNextResponse | Contains response data for the listChangesBySubscriptionNext operation. |
| ChangesListChangesBySubscriptionResponse | Contains response data for the listChangesBySubscription operation. |
| Level | Defines values for Level. Known values supported by the serviceNoisy |
| OperationsListNextResponse | Contains response data for the listNext operation. |
| OperationsListResponse | Contains response data for the list operation. |
| ResourceChangesListNextResponse | Contains response data for the listNext operation. |
| ResourceChangesListResponse | Contains response data for the list operation. |
Enums
| KnownChangeType | Known values of ChangeType that the service accepts. |
| KnownLevel | Known values of Level that the service accepts. |
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().