Partager via


FluxConfigOperationStatus Interface

public interface FluxConfigOperationStatus

Resource collection API of FluxConfigOperationStatus.

Method Details

get

public abstract 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.

getWithResponse

public abstract Response<OperationStatusResult> getWithResponse(String resourceGroupName, String clusterRp, String clusterResourceName, String clusterName, String fluxConfigurationName, String operationId, 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<T>.

Applies to