@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. Known values supported by the serviceInternal |
| CreatedByType |
Defines values for CreatedByType. Known values supported by the serviceUser |
| 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. Known values supported by the serviceNone |
| OperationsListNextResponse |
Contains response data for the listNext operation. |
| OperationsListResponse |
Contains response data for the list operation. |
| Origin |
Defines values for Origin. Known values supported by the serviceuser |
| 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. Known values supported by the serviceSucceeded |
| Type |
Defines values for Type. Known values supported by the serviceSystemAssigned |
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
| 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.