@azure/arm-operations package

Classes

OperationsManagementClient

Interfaces

ArmTemplateParameter

Parameter to pass to ARM template

CodeMessageError

The error body contract.

CodeMessageErrorError

The error details for a failed request.

ManagementAssociation

The container for solution.

ManagementAssociationProperties

ManagementAssociation properties supported by the OperationsManagement resource provider.

ManagementAssociationPropertiesList

the list of ManagementAssociation response

ManagementAssociations

Interface representing a ManagementAssociations.

ManagementAssociationsCreateOrUpdateOptionalParams

Optional parameters.

ManagementAssociationsDeleteOptionalParams

Optional parameters.

ManagementAssociationsGetOptionalParams

Optional parameters.

ManagementAssociationsListBySubscriptionOptionalParams

Optional parameters.

ManagementConfiguration

The container for solution.

ManagementConfigurationProperties

ManagementConfiguration properties supported by the OperationsManagement resource provider.

ManagementConfigurationPropertiesList

the list of ManagementConfiguration response

ManagementConfigurations

Interface representing a ManagementConfigurations.

ManagementConfigurationsCreateOrUpdateOptionalParams

Optional parameters.

ManagementConfigurationsDeleteOptionalParams

Optional parameters.

ManagementConfigurationsGetOptionalParams

Optional parameters.

ManagementConfigurationsListBySubscriptionOptionalParams

Optional parameters.

Operation

Supported operation of OperationsManagement resource provider.

OperationDisplay

Display metadata associated with the operation.

OperationListResult

Result of the request to list solution operations.

Operations

Interface representing a Operations.

OperationsListOptionalParams

Optional parameters.

OperationsManagementClientOptionalParams

Optional parameters.

Solution

The container for solution.

SolutionPatch

The properties of a Solution that can be patched.

SolutionPlan

Plan for solution object supported by the OperationsManagement resource provider.

SolutionProperties

Solution properties supported by the OperationsManagement resource provider.

SolutionPropertiesList

the list of solution response

Solutions

Interface representing a Solutions.

SolutionsCreateOrUpdateOptionalParams

Optional parameters.

SolutionsDeleteOptionalParams

Optional parameters.

SolutionsGetOptionalParams

Optional parameters.

SolutionsListByResourceGroupOptionalParams

Optional parameters.

SolutionsListBySubscriptionOptionalParams

Optional parameters.

SolutionsUpdateOptionalParams

Optional parameters.

Type Aliases

ManagementAssociationsCreateOrUpdateResponse

Contains response data for the createOrUpdate operation.

ManagementAssociationsGetResponse

Contains response data for the get operation.

ManagementAssociationsListBySubscriptionResponse

Contains response data for the listBySubscription operation.

ManagementConfigurationsCreateOrUpdateResponse

Contains response data for the createOrUpdate operation.

ManagementConfigurationsGetResponse

Contains response data for the get operation.

ManagementConfigurationsListBySubscriptionResponse

Contains response data for the listBySubscription operation.

OperationsListResponse

Contains response data for the list operation.

SolutionsCreateOrUpdateResponse

Contains response data for the createOrUpdate operation.

SolutionsGetResponse

Contains response data for the get operation.

SolutionsListByResourceGroupResponse

Contains response data for the listByResourceGroup operation.

SolutionsListBySubscriptionResponse

Contains response data for the listBySubscription operation.

SolutionsUpdateResponse

Contains response data for the update operation.

Functions

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 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().