@azure/arm-templatespecs package
Classes
| TemplateSpecsClient |
Interfaces
| AzureResourceBase |
Common properties for all Azure resources. |
| ErrorAdditionalInfo |
The resource management error additional info. |
| 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.) |
| LinkedTemplateArtifact |
Represents a Template Spec artifact containing an embedded Azure Resource Manager template for use as a linked template. |
| SystemData |
Metadata pertaining to creation and last modification of the resource. |
| TemplateSpec |
Template Spec object. |
| TemplateSpecUpdateModel |
Template Spec properties to be updated (only tags are currently supported). |
| TemplateSpecVersion |
Template Spec Version object. |
| TemplateSpecVersionInfo |
High-level information about a Template Spec version. |
| TemplateSpecVersionUpdateModel |
Template Spec Version properties to be updated (only tags are currently supported). |
| TemplateSpecVersions |
Interface representing a TemplateSpecVersions. |
| TemplateSpecVersionsCreateOrUpdateOptionalParams |
Optional parameters. |
| TemplateSpecVersionsDeleteOptionalParams |
Optional parameters. |
| TemplateSpecVersionsGetOptionalParams |
Optional parameters. |
| TemplateSpecVersionsListNextOptionalParams |
Optional parameters. |
| TemplateSpecVersionsListOptionalParams |
Optional parameters. |
| TemplateSpecVersionsListResult |
List of Template Specs versions |
| TemplateSpecVersionsUpdateOptionalParams |
Optional parameters. |
| TemplateSpecs |
Interface representing a TemplateSpecs. |
| TemplateSpecsClientOptionalParams |
Optional parameters. |
| TemplateSpecsCreateOrUpdateOptionalParams |
Optional parameters. |
| TemplateSpecsDeleteOptionalParams |
Optional parameters. |
| TemplateSpecsError |
Template Specs error response. |
| TemplateSpecsGetOptionalParams |
Optional parameters. |
| TemplateSpecsListByResourceGroupNextOptionalParams |
Optional parameters. |
| TemplateSpecsListByResourceGroupOptionalParams |
Optional parameters. |
| TemplateSpecsListBySubscriptionNextOptionalParams |
Optional parameters. |
| TemplateSpecsListBySubscriptionOptionalParams |
Optional parameters. |
| TemplateSpecsListResult |
List of Template Specs. |
| TemplateSpecsUpdateOptionalParams |
Optional parameters. |
Type Aliases
| CreatedByType |
Defines values for CreatedByType. Known values supported by the serviceUser |
| TemplateSpecExpandKind |
Defines values for TemplateSpecExpandKind. Known values supported by the serviceversions: Includes version information with the Template Spec. |
| TemplateSpecVersionsCreateOrUpdateResponse |
Contains response data for the createOrUpdate operation. |
| TemplateSpecVersionsGetResponse |
Contains response data for the get operation. |
| TemplateSpecVersionsListNextResponse |
Contains response data for the listNext operation. |
| TemplateSpecVersionsListResponse |
Contains response data for the list operation. |
| TemplateSpecVersionsUpdateResponse |
Contains response data for the update operation. |
| TemplateSpecsCreateOrUpdateResponse |
Contains response data for the createOrUpdate operation. |
| TemplateSpecsGetResponse |
Contains response data for the get operation. |
| TemplateSpecsListByResourceGroupNextResponse |
Contains response data for the listByResourceGroupNext operation. |
| TemplateSpecsListByResourceGroupResponse |
Contains response data for the listByResourceGroup operation. |
| TemplateSpecsListBySubscriptionNextResponse |
Contains response data for the listBySubscriptionNext operation. |
| TemplateSpecsListBySubscriptionResponse |
Contains response data for the listBySubscription operation. |
| TemplateSpecsUpdateResponse |
Contains response data for the update operation. |
Enums
| KnownCreatedByType |
Known values of CreatedByType that the service accepts. |
| KnownTemplateSpecExpandKind |
Known values of TemplateSpecExpandKind 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().