@azure/arm-marketplaceordering package
Classes
| MarketplaceOrderingAgreements |
Interfaces
| AgreementTerms |
Terms properties for provided Publisher/Offer/Plan tuple |
| ErrorResponse |
Error response indicates Microsoft.MarketplaceOrdering service is not able to process the incoming request. The reason is provided in the error message. |
| ErrorResponseError |
The details of the error. |
| MarketplaceAgreements |
Interface representing a MarketplaceAgreements. |
| MarketplaceAgreementsCancelOptionalParams |
Optional parameters. |
| MarketplaceAgreementsCreateOptionalParams |
Optional parameters. |
| MarketplaceAgreementsGetAgreementOptionalParams |
Optional parameters. |
| MarketplaceAgreementsGetOptionalParams |
Optional parameters. |
| MarketplaceAgreementsListOptionalParams |
Optional parameters. |
| MarketplaceAgreementsSignOptionalParams |
Optional parameters. |
| MarketplaceOrderingAgreementsOptionalParams |
Optional parameters. |
| Operation |
Microsoft.MarketplaceOrdering REST API operation |
| OperationDisplay |
The object that represents the operation. |
| OperationListResult |
Result of the request to list MarketplaceOrdering operations. It contains a list of operations and a URL link to get the next set of results. |
| Operations |
Interface representing a Operations. |
| OperationsListNextOptionalParams |
Optional parameters. |
| OperationsListOptionalParams |
Optional parameters. |
| Resource |
ARM resource. |
| SystemData |
Metadata pertaining to creation and last modification of the resource. |
Type Aliases
| CreatedByType |
Defines values for CreatedByType. Known values supported by the serviceUser |
| MarketplaceAgreementsCancelResponse |
Contains response data for the cancel operation. |
| MarketplaceAgreementsCreateResponse |
Contains response data for the create operation. |
| MarketplaceAgreementsGetAgreementResponse |
Contains response data for the getAgreement operation. |
| MarketplaceAgreementsGetResponse |
Contains response data for the get operation. |
| MarketplaceAgreementsListResponse |
Contains response data for the list operation. |
| MarketplaceAgreementsSignResponse |
Contains response data for the sign operation. |
| OfferType |
Defines values for OfferType. Known values supported by the servicevirtualmachine |
| OperationsListNextResponse |
Contains response data for the listNext operation. |
| OperationsListResponse |
Contains response data for the list operation. |
Enums
| KnownCreatedByType |
Known values of CreatedByType that the service accepts. |
| KnownOfferType |
Known values of OfferType 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.