@azure/arm-features package
Classes
| FeatureClient |
Interfaces
Type Aliases
| FeaturesGetResponse |
Contains response data for the get operation. |
| FeaturesListAllNextResponse |
Contains response data for the listAllNext operation. |
| FeaturesListAllResponse |
Contains response data for the listAll operation. |
| FeaturesListNextResponse |
Contains response data for the listNext operation. |
| FeaturesListResponse |
Contains response data for the list operation. |
| FeaturesRegisterResponse |
Contains response data for the register operation. |
| FeaturesUnregisterResponse |
Contains response data for the unregister operation. |
| ListOperationsNextResponse |
Contains response data for the listOperationsNext operation. |
| ListOperationsResponse |
Contains response data for the listOperations operation. |
| SubscriptionFeatureRegistrationApprovalType |
Defines values for SubscriptionFeatureRegistrationApprovalType. Known values supported by the serviceNotSpecified |
| SubscriptionFeatureRegistrationState |
Defines values for SubscriptionFeatureRegistrationState. Known values supported by the serviceNotSpecified |
| SubscriptionFeatureRegistrationsCreateOrUpdateResponse |
Contains response data for the createOrUpdate operation. |
| SubscriptionFeatureRegistrationsGetResponse |
Contains response data for the get operation. |
| SubscriptionFeatureRegistrationsListAllBySubscriptionNextResponse |
Contains response data for the listAllBySubscriptionNext operation. |
| SubscriptionFeatureRegistrationsListAllBySubscriptionResponse |
Contains response data for the listAllBySubscription operation. |
| SubscriptionFeatureRegistrationsListBySubscriptionNextResponse |
Contains response data for the listBySubscriptionNext operation. |
| SubscriptionFeatureRegistrationsListBySubscriptionResponse |
Contains response data for the listBySubscription operation. |
Enums
| KnownSubscriptionFeatureRegistrationApprovalType |
Known values of SubscriptionFeatureRegistrationApprovalType that the service accepts. |
| KnownSubscriptionFeatureRegistrationState |
Known values of SubscriptionFeatureRegistrationState 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().