Package version:

Interface representing a OperationStatus.

interface OperationStatus {
    get(resourceGroupName: string, clusterRp: string, clusterResourceName: string, clusterName: string, extensionName: string, operationId: string, options?: OperationStatusGetOptionalParams): Promise<OperationStatusResult>;
}

Methods

Methods

  • Get Async Operation status

    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, appliances.

    • clusterName: string

      The name of the kubernetes cluster.

    • extensionName: string

      Name of the Extension.

    • operationId: string

      operation Id

    • Optionaloptions: OperationStatusGetOptionalParams

      The options parameters.

    Returns Promise<OperationStatusResult>