Share via


OperationStatusResultOperations interface

Interface representing a OperationStatusResult operations.

Properties

get

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

getByAgentPool

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

list

Gets a list of operations in the specified managedCluster

Property Details

get

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

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

Property Value

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

getByAgentPool

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

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

Property Value

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

list

Gets a list of operations in the specified managedCluster

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

Property Value

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