@azure/arm-devspaces package

Classes

DevSpacesManagementClient

Interfaces

ContainerHostMapping

Container host mapping object specifying the Container host resource ID and its associated Controller resource.

ContainerHostMappings

Interface representing a ContainerHostMappings.

ContainerHostMappingsGetContainerHostMappingOptionalParams

Optional parameters.

Controller

The resource model definition for a ARM tracked top level resource.

ControllerConnectionDetails
ControllerConnectionDetailsList
ControllerList
ControllerUpdateParameters

Parameters for updating an Azure Dev Spaces Controller.

Controllers

Interface representing a Controllers.

ControllersCreateOptionalParams

Optional parameters.

ControllersDeleteOptionalParams

Optional parameters.

ControllersGetOptionalParams

Optional parameters.

ControllersListByResourceGroupNextOptionalParams

Optional parameters.

ControllersListByResourceGroupOptionalParams

Optional parameters.

ControllersListConnectionDetailsOptionalParams

Optional parameters.

ControllersListNextOptionalParams

Optional parameters.

ControllersListOptionalParams

Optional parameters.

ControllersUpdateOptionalParams

Optional parameters.

DevSpacesErrorResponse

Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.

DevSpacesManagementClientOptionalParams

Optional parameters.

ErrorDetails
KubernetesConnectionDetails

Contains information used to connect to a Kubernetes cluster

ListConnectionDetailsParameters

Parameters for listing connection details of an Azure Dev Spaces Controller.

Operations

Interface representing a Operations.

OperationsListNextOptionalParams

Optional parameters.

OperationsListOptionalParams

Optional parameters.

OrchestratorSpecificConnectionDetails

Base class for types that supply values used to connect to container orchestrators

Resource

An Azure resource.

ResourceProviderOperationDefinition
ResourceProviderOperationDisplay
ResourceProviderOperationList
Sku

Model representing SKU for Azure Dev Spaces Controller.

TrackedResource

The resource model definition for a ARM tracked top level resource.

Type Aliases

ContainerHostMappingsGetContainerHostMappingResponse

Contains response data for the getContainerHostMapping operation.

ControllersCreateResponse

Contains response data for the create operation.

ControllersGetResponse

Contains response data for the get operation.

ControllersListByResourceGroupNextResponse

Contains response data for the listByResourceGroupNext operation.

ControllersListByResourceGroupResponse

Contains response data for the listByResourceGroup operation.

ControllersListConnectionDetailsResponse

Contains response data for the listConnectionDetails operation.

ControllersListNextResponse

Contains response data for the listNext operation.

ControllersListResponse

Contains response data for the list operation.

ControllersUpdateResponse

Contains response data for the update operation.

OperationsListNextResponse

Contains response data for the listNext operation.

OperationsListResponse

Contains response data for the list operation.

OrchestratorSpecificConnectionDetailsUnion
ProvisioningState

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

Known values supported by the service

Succeeded
Failed
Canceled
Updating
Creating
Deleting
Deleted

SkuName

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

Known values supported by the service

S1

SkuTier

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

Known values supported by the service

Standard

Enums

KnownProvisioningState

Known values of ProvisioningState that the service accepts.

KnownSkuName

Known values of SkuName that the service accepts.

KnownSkuTier

Known values of SkuTier that the service accepts.

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