@azure/arm-loadtesting package

Classes

LoadTestClient

Interfaces

CheckQuotaAvailabilityResponse

Check quota availability response object.

EncryptionProperties

Key and identity details for Customer Managed Key encryption of load test resource

EncryptionPropertiesIdentity

All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.

EndpointDependency

A domain name and connection details used to access a dependency.

EndpointDetail

Details about the connection between the Batch service and the endpoint.

ErrorAdditionalInfo

The resource management error additional info.

ErrorDetail

The error detail.

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

LoadTestClientOptionalParams

Optional parameters.

LoadTestResource

LoadTest details

LoadTestResourcePageList

List of resources page result.

LoadTestResourcePatchRequestBody

LoadTest resource patch request body.

LoadTests

Interface representing a LoadTests.

LoadTestsCreateOrUpdateHeaders

Defines headers for LoadTests_createOrUpdate operation.

LoadTestsCreateOrUpdateOptionalParams

Optional parameters.

LoadTestsDeleteHeaders

Defines headers for LoadTests_delete operation.

LoadTestsDeleteOptionalParams

Optional parameters.

LoadTestsGetOptionalParams

Optional parameters.

LoadTestsListByResourceGroupNextOptionalParams

Optional parameters.

LoadTestsListByResourceGroupOptionalParams

Optional parameters.

LoadTestsListBySubscriptionNextOptionalParams

Optional parameters.

LoadTestsListBySubscriptionOptionalParams

Optional parameters.

LoadTestsListOutboundNetworkDependenciesEndpointsNextOptionalParams

Optional parameters.

LoadTestsListOutboundNetworkDependenciesEndpointsOptionalParams

Optional parameters.

LoadTestsUpdateHeaders

Defines headers for LoadTests_update operation.

LoadTestsUpdateOptionalParams

Optional parameters.

ManagedServiceIdentity

Managed service identity (system assigned and/or user assigned identities)

Operation

Details of a REST API operation, returned from the Resource Provider Operations API

OperationDisplay

Localized display information for this particular operation.

OperationListResult

A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results.

Operations

Interface representing a Operations.

OperationsListNextOptionalParams

Optional parameters.

OperationsListOptionalParams

Optional parameters.

OutboundEnvironmentEndpoint

A collection of related endpoints from the same service for which the Batch service requires outbound access.

OutboundEnvironmentEndpointCollection

Values returned by the List operation.

QuotaBucketRequest

Request object of new quota for a quota bucket.

QuotaBucketRequestPropertiesDimensions

Dimensions for new quota request.

QuotaResource

Quota bucket details object.

QuotaResourceList

List of quota bucket objects. It contains a URL link to get the next set of results.

Quotas

Interface representing a Quotas.

QuotasCheckAvailabilityOptionalParams

Optional parameters.

QuotasGetOptionalParams

Optional parameters.

QuotasListNextOptionalParams

Optional parameters.

QuotasListOptionalParams

Optional parameters.

Resource

Common fields that are returned in the response for all Azure Resource Manager resources

SystemData

Metadata pertaining to creation and last modification of the resource.

TrackedResource

The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location'

UserAssignedIdentity

User assigned identity properties

Type Aliases

ActionType

Defines values for ActionType.
KnownActionType can be used interchangeably with ActionType, this enum contains the known values that the service supports.

Known values supported by the service

Internal

CreatedByType

Defines values for CreatedByType.
KnownCreatedByType can be used interchangeably with CreatedByType, this enum contains the known values that the service supports.

Known values supported by the service

User
Application
ManagedIdentity
Key

LoadTestsCreateOrUpdateResponse

Contains response data for the createOrUpdate operation.

LoadTestsGetResponse

Contains response data for the get operation.

LoadTestsListByResourceGroupNextResponse

Contains response data for the listByResourceGroupNext operation.

LoadTestsListByResourceGroupResponse

Contains response data for the listByResourceGroup operation.

LoadTestsListBySubscriptionNextResponse

Contains response data for the listBySubscriptionNext operation.

LoadTestsListBySubscriptionResponse

Contains response data for the listBySubscription operation.

LoadTestsListOutboundNetworkDependenciesEndpointsNextResponse

Contains response data for the listOutboundNetworkDependenciesEndpointsNext operation.

LoadTestsListOutboundNetworkDependenciesEndpointsResponse

Contains response data for the listOutboundNetworkDependenciesEndpoints operation.

LoadTestsUpdateResponse

Contains response data for the update operation.

ManagedServiceIdentityType

Defines values for ManagedServiceIdentityType.
KnownManagedServiceIdentityType can be used interchangeably with ManagedServiceIdentityType, this enum contains the known values that the service supports.

Known values supported by the service

None
SystemAssigned
UserAssigned
SystemAssigned,UserAssigned

OperationsListNextResponse

Contains response data for the listNext operation.

OperationsListResponse

Contains response data for the list operation.

Origin

Defines values for Origin.
KnownOrigin can be used interchangeably with Origin, this enum contains the known values that the service supports.

Known values supported by the service

user
system
user,system

QuotasCheckAvailabilityResponse

Contains response data for the checkAvailability operation.

QuotasGetResponse

Contains response data for the get operation.

QuotasListNextResponse

Contains response data for the listNext operation.

QuotasListResponse

Contains response data for the list operation.

ResourceState

Defines values for ResourceState.
KnownResourceState can be used interchangeably with ResourceState, this enum contains the known values that the service supports.

Known values supported by the service

Succeeded
Failed
Canceled
Deleted

Type

Defines values for Type.
KnownType can be used interchangeably with Type, this enum contains the known values that the service supports.

Known values supported by the service

SystemAssigned
UserAssigned

Enums

KnownActionType

Known values of ActionType that the service accepts.

KnownCreatedByType

Known values of CreatedByType that the service accepts.

KnownManagedServiceIdentityType

Known values of ManagedServiceIdentityType that the service accepts.

KnownOrigin

Known values of Origin that the service accepts.

KnownResourceState

Known values of ResourceState that the service accepts.

KnownType

Known values of Type that the service accepts.

Functions

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