@azure/arm-defendereasm package

Classes

EasmMgmtClient

Interfaces

EasmMgmtClientOptionalParams

Optional parameters.

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

LabelPatchResource

Label patch properties

LabelResource

Label details

LabelResourceList

The list of labels.

LabelResourceProperties

Label properties.

Labels

Interface representing a Labels.

LabelsCreateAndUpdateOptionalParams

Optional parameters.

LabelsDeleteOptionalParams

Optional parameters.

LabelsGetByWorkspaceOptionalParams

Optional parameters.

LabelsListByWorkspaceNextOptionalParams

Optional parameters.

LabelsListByWorkspaceOptionalParams

Optional parameters.

LabelsUpdateOptionalParams

Optional parameters.

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.

ProxyResource

The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location

Resource

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

ResourceBaseProperties

Resource base properties.

SystemData

Metadata pertaining to creation and last modification of the resource.

TaskResource

Task details

TaskResourceProperties

Task properties.

Tasks

Interface representing a Tasks.

TasksGetByWorkspaceOptionalParams

Optional parameters.

TrackedResource

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

WorkspacePatchResource

Workspace patch properties.

WorkspaceResource

Workspace details.

WorkspaceResourceList

The list of workspaces.

WorkspaceResourceProperties

Workspace properties.

Workspaces

Interface representing a Workspaces.

WorkspacesCreateAndUpdateOptionalParams

Optional parameters.

WorkspacesDeleteOptionalParams

Optional parameters.

WorkspacesGetOptionalParams

Optional parameters.

WorkspacesListByResourceGroupNextOptionalParams

Optional parameters.

WorkspacesListByResourceGroupOptionalParams

Optional parameters.

WorkspacesListBySubscriptionNextOptionalParams

Optional parameters.

WorkspacesListBySubscriptionOptionalParams

Optional parameters.

WorkspacesUpdateOptionalParams

Optional parameters.

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

LabelsCreateAndUpdateResponse

Contains response data for the createAndUpdate operation.

LabelsGetByWorkspaceResponse

Contains response data for the getByWorkspace operation.

LabelsListByWorkspaceNextResponse

Contains response data for the listByWorkspaceNext operation.

LabelsListByWorkspaceResponse

Contains response data for the listByWorkspace operation.

LabelsUpdateResponse

Contains response data for the update operation.

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

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

NotSpecified
Accepted
Creating
Succeeded
Failed
Canceled
ProvisioningResources
InstallingApplication
ConfiguringApplication
MigratingApplicationData
RunningValidations
CreatingArtifacts
DeletingArtifacts

TasksGetByWorkspaceResponse

Contains response data for the getByWorkspace operation.

WorkspacesCreateAndUpdateResponse

Contains response data for the createAndUpdate operation.

WorkspacesGetResponse

Contains response data for the get operation.

WorkspacesListByResourceGroupNextResponse

Contains response data for the listByResourceGroupNext operation.

WorkspacesListByResourceGroupResponse

Contains response data for the listByResourceGroup operation.

WorkspacesListBySubscriptionNextResponse

Contains response data for the listBySubscriptionNext operation.

WorkspacesListBySubscriptionResponse

Contains response data for the listBySubscription operation.

WorkspacesUpdateResponse

Contains response data for the update operation.

Enums

KnownActionType

Known values of ActionType that the service accepts.

KnownCreatedByType

Known values of CreatedByType that the service accepts.

KnownOrigin

Known values of Origin that the service accepts.

KnownResourceState

Known values of ResourceState 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.