Operations interface

Interface representing a Operations.

Methods

checkNameAvailability(CheckNameAvailabilityRequest, OperationsCheckNameAvailabilityOptionalParams)

Check whether a workspace name is available

getAzureAsyncHeaderResult(string, string, string, OperationsGetAzureAsyncHeaderResultOptionalParams)

Get the status of an operation

getLocationHeaderResult(string, string, string, OperationsGetLocationHeaderResultOptionalParams)

Get the result of an operation

list(OperationsListOptionalParams)

Get all available operations

Method Details

checkNameAvailability(CheckNameAvailabilityRequest, OperationsCheckNameAvailabilityOptionalParams)

Check whether a workspace name is available

function checkNameAvailability(request: CheckNameAvailabilityRequest, options?: OperationsCheckNameAvailabilityOptionalParams): Promise<CheckNameAvailabilityResponse>

Parameters

request
CheckNameAvailabilityRequest

The check request

options
OperationsCheckNameAvailabilityOptionalParams

The options parameters.

Returns

getAzureAsyncHeaderResult(string, string, string, OperationsGetAzureAsyncHeaderResultOptionalParams)

Get the status of an operation

function getAzureAsyncHeaderResult(resourceGroupName: string, workspaceName: string, operationId: string, options?: OperationsGetAzureAsyncHeaderResultOptionalParams): Promise<OperationResource>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

workspaceName

string

The name of the workspace.

operationId

string

Operation ID

options
OperationsGetAzureAsyncHeaderResultOptionalParams

The options parameters.

Returns

getLocationHeaderResult(string, string, string, OperationsGetLocationHeaderResultOptionalParams)

Get the result of an operation

function getLocationHeaderResult(resourceGroupName: string, workspaceName: string, operationId: string, options?: OperationsGetLocationHeaderResultOptionalParams): Promise<void>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

workspaceName

string

The name of the workspace.

operationId

string

Operation ID

options
OperationsGetLocationHeaderResultOptionalParams

The options parameters.

Returns

Promise<void>

list(OperationsListOptionalParams)

Get all available operations

function list(options?: OperationsListOptionalParams): Promise<OperationsListResponse>

Parameters

options
OperationsListOptionalParams

The options parameters.

Returns