Share via


OperationStatusResultOperations interface

Interface representing a OperationStatusResultOperations.

Methods

get(string, string, string, OperationStatusResultGetOptionalParams)

Get the status of a specific operation in the specified managed cluster.

getByAgentPool(string, string, string, string, OperationStatusResultGetByAgentPoolOptionalParams)

Get the status of a specific operation in the specified agent pool.

list(string, string, OperationStatusResultListOptionalParams)

Gets a list of operations in the specified managedCluster

Method Details

get(string, string, string, OperationStatusResultGetOptionalParams)

Get the status of a specific operation in the specified managed cluster.

function get(resourceGroupName: string, resourceName: string, operationId: string, options?: OperationStatusResultGetOptionalParams): Promise<OperationStatusResult>

Parameters

resourceGroupName

string

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

resourceName

string

The name of the managed cluster resource.

operationId

string

The ID of an ongoing async operation.

options
OperationStatusResultGetOptionalParams

The options parameters.

Returns

getByAgentPool(string, string, string, string, OperationStatusResultGetByAgentPoolOptionalParams)

Get the status of a specific operation in the specified agent pool.

function getByAgentPool(resourceGroupName: string, resourceName: string, agentPoolName: string, operationId: string, options?: OperationStatusResultGetByAgentPoolOptionalParams): Promise<OperationStatusResult>

Parameters

resourceGroupName

string

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

resourceName

string

The name of the managed cluster resource.

agentPoolName

string

The name of the agent pool.

operationId

string

The ID of an ongoing async operation.

options
OperationStatusResultGetByAgentPoolOptionalParams

The options parameters.

Returns

list(string, string, OperationStatusResultListOptionalParams)

Gets a list of operations in the specified managedCluster

function list(resourceGroupName: string, resourceName: string, options?: OperationStatusResultListOptionalParams): PagedAsyncIterableIterator<OperationStatusResult, OperationStatusResult[], PageSettings>

Parameters

resourceGroupName

string

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

resourceName

string

The name of the managed cluster resource.

options
OperationStatusResultListOptionalParams

The options parameters.

Returns