@azure/arm-managementpartner package
Interfaces
| ACEProvisioningManagementPartnerAPIOptionalParams |
Optional parameters. |
| ErrorModel |
this is the management partner operations error |
| ExtendedErrorInfo |
this is the extended error info |
| Operation |
Interface representing a Operation. |
| OperationDisplay |
this is the management partner operation |
| OperationList |
this is the management partner operations list |
| OperationListNextOptionalParams |
Optional parameters. |
| OperationListOptionalParams |
Optional parameters. |
| OperationResponse |
this is the management partner operations response |
| Partner |
Interface representing a Partner. |
| PartnerCreateOptionalParams |
Optional parameters. |
| PartnerDeleteOptionalParams |
Optional parameters. |
| PartnerGetOptionalParams |
Optional parameters. |
| PartnerResponse |
this is the management partner operations response |
| PartnerUpdateOptionalParams |
Optional parameters. |
| Partners |
Interface representing a Partners. |
| PartnersGetOptionalParams |
Optional parameters. |
Type Aliases
| ErrorResponseCode |
Defines values for ErrorResponseCode. Known values supported by the serviceNotFound |
| ManagementPartnerState |
Defines values for ManagementPartnerState. Known values supported by the serviceActive |
| OperationListNextResponse |
Contains response data for the listNext operation. |
| OperationListResponse |
Contains response data for the list operation. |
| PartnerCreateResponse |
Contains response data for the create operation. |
| PartnerGetResponse |
Contains response data for the get operation. |
| PartnerUpdateResponse |
Contains response data for the update operation. |
| PartnersGetResponse |
Contains response data for the get operation. |
Enums
| KnownErrorResponseCode |
Known values of ErrorResponseCode that the service accepts. |
| KnownManagementPartnerState |
Known values of ManagementPartnerState that the service accepts. |
Functions
| get |
Given the last |
Function Details
getContinuationToken(unknown)
Given the last .value produced by the byPage iterator,
returns a continuation token that can be used to begin paging from
that point later.
function getContinuationToken(page: unknown): string | undefined
Parameters
- page
-
unknown
An object from accessing value on the IteratorResult from a byPage iterator.
Returns
string | undefined
The continuation token that can be passed into byPage() during future calls.