OperationStatus interface
Interface representing a OperationStatus.
Methods
get(string, string, string, string, string, string, Operation |
Get Async Operation status |
list(string, string, string, string, Operation |
List Async Operations, currently in progress, in a cluster |
Method Details
get(string, string, string, string, string, string, OperationStatusGetOptionalParams)
Get Async Operation status
function get(resourceGroupName: string, clusterRp: string, clusterResourceName: string, clusterName: string, extensionName: string, operationId: string, options?: OperationStatusGetOptionalParams): Promise<OperationStatusResult>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- clusterRp
-
string
The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes, Microsoft.HybridContainerService.
- clusterResourceName
-
string
The Kubernetes cluster resource name - i.e. managedClusters, connectedClusters, provisionedClusters.
- clusterName
-
string
The name of the kubernetes cluster.
- extensionName
-
string
Name of the Extension.
- operationId
-
string
operation Id
- options
- OperationStatusGetOptionalParams
The options parameters.
Returns
Promise<OperationStatusResult>
list(string, string, string, string, OperationStatusListOptionalParams)
List Async Operations, currently in progress, in a cluster
function list(resourceGroupName: string, clusterRp: string, clusterResourceName: string, clusterName: string, options?: OperationStatusListOptionalParams): PagedAsyncIterableIterator<OperationStatusResult, OperationStatusResult[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- clusterRp
-
string
The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes, Microsoft.HybridContainerService.
- clusterResourceName
-
string
The Kubernetes cluster resource name - i.e. managedClusters, connectedClusters, provisionedClusters.
- clusterName
-
string
The name of the kubernetes cluster.
The options parameters.