Interface FluxConfigOperationStatus


  • public interface FluxConfigOperationStatus
    Resource collection API of FluxConfigOperationStatus.
    • Method Detail

      • get

        OperationStatusResult get​(String resourceGroupName,
                                  String clusterRp,
                                  String clusterResourceName,
                                  String clusterName,
                                  String fluxConfigurationName,
                                  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.
        fluxConfigurationName - Name of the Flux Configuration.
        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<OperationStatusResult> getWithResponse​(String resourceGroupName,
                                                                                 String clusterRp,
                                                                                 String clusterResourceName,
                                                                                 String clusterName,
                                                                                 String fluxConfigurationName,
                                                                                 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.
        fluxConfigurationName - Name of the Flux Configuration.
        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.