Interface OperationStatusClient


  • public interface OperationStatusClient
    An instance of this class provides access to all the operations defined in OperationStatusClient.
    • Method Detail

      • get

        OperationStatusResultInner get​(String resourceGroupName,
                                       String clusterRp,
                                       String clusterResourceName,
                                       String clusterName,
                                       String extensionName,
                                       String operationId)
        Get Async Operation status.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        clusterRp - The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes, Microsoft.HybridContainerService.
        clusterResourceName - The Kubernetes cluster resource name - i.e. managedClusters, connectedClusters, provisionedClusters.
        clusterName - The name of the kubernetes cluster.
        extensionName - Name of the Extension.
        operationId - operation Id.
        Returns:
        async Operation status.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • getWithResponse

        com.azure.core.http.rest.Response<OperationStatusResultInner> getWithResponse​(String resourceGroupName,
                                                                                      String clusterRp,
                                                                                      String clusterResourceName,
                                                                                      String clusterName,
                                                                                      String extensionName,
                                                                                      String operationId,
                                                                                      com.azure.core.util.Context context)
        Get Async Operation status.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        clusterRp - The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes, Microsoft.HybridContainerService.
        clusterResourceName - The Kubernetes cluster resource name - i.e. managedClusters, connectedClusters, provisionedClusters.
        clusterName - The name of the kubernetes cluster.
        extensionName - Name of the Extension.
        operationId - operation Id.
        context - The context to associate with this operation.
        Returns:
        async Operation status along with Response.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • list

        com.azure.core.http.rest.PagedIterable<OperationStatusResultInner> list​(String resourceGroupName,
                                                                                String clusterRp,
                                                                                String clusterResourceName,
                                                                                String clusterName)
        List Async Operations, currently in progress, in a cluster.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        clusterRp - The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes, Microsoft.HybridContainerService.
        clusterResourceName - The Kubernetes cluster resource name - i.e. managedClusters, connectedClusters, provisionedClusters.
        clusterName - The name of the kubernetes cluster.
        Returns:
        the async operations in progress, in the cluster as paginated response with PagedIterable.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • list

        com.azure.core.http.rest.PagedIterable<OperationStatusResultInner> list​(String resourceGroupName,
                                                                                String clusterRp,
                                                                                String clusterResourceName,
                                                                                String clusterName,
                                                                                com.azure.core.util.Context context)
        List Async Operations, currently in progress, in a cluster.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        clusterRp - The Kubernetes cluster RP - i.e. Microsoft.ContainerService, Microsoft.Kubernetes, Microsoft.HybridContainerService.
        clusterResourceName - The Kubernetes cluster resource name - i.e. managedClusters, connectedClusters, provisionedClusters.
        clusterName - The name of the kubernetes cluster.
        context - The context to associate with this operation.
        Returns:
        the async operations in progress, in the cluster as paginated response with PagedIterable.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.