OperationStatusResultOperations interface
Interface representing a OperationStatusResultOperations.
Methods
| get(string, string, string, Operation |
Get the status of a specific operation in the specified managed cluster. |
| get |
Get the status of a specific operation in the specified agent pool. |
| list(string, string, Operation |
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.
The options parameters.
Returns
Promise<OperationStatusResult>
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.
The options parameters.
Returns
Promise<OperationStatusResult>
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.
The options parameters.