OperationStatus interface
Interface représentant un OperationStatus.
Méthodes
| get(string, string, string, string, string, string, Operation |
Obtenir l’état de l’opération asynchrone |
| list(string, string, string, string, Operation |
Répertorier les opérations asynchrones, actuellement en cours, dans un cluster |
Détails de la méthode
get(string, string, string, string, string, string, OperationStatusGetOptionalParams)
Obtenir l’état de l’opération asynchrone
function get(resourceGroupName: string, clusterRp: string, clusterResourceName: string, clusterName: string, extensionName: string, operationId: string, options?: OperationStatusGetOptionalParams): Promise<OperationStatusResult>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- clusterRp
-
string
Rp de cluster Kubernetes , c’est-à-dire Microsoft.ContainerService, Microsoft.Kubernetes, Microsoft.HybridContainerService.
- clusterResourceName
-
string
Nom de la ressource de cluster Kubernetes , c’est-à-dire managedClusters, connectedClusters, provisionedClusters.
- clusterName
-
string
Nom du cluster Kubernetes.
- extensionName
-
string
Nom de l’extension.
- operationId
-
string
ID d’opération
- options
- OperationStatusGetOptionalParams
Paramètres d’options.
Retours
Promise<OperationStatusResult>
list(string, string, string, string, OperationStatusListOptionalParams)
Répertorier les opérations asynchrones, actuellement en cours, dans un cluster
function list(resourceGroupName: string, clusterRp: string, clusterResourceName: string, clusterName: string, options?: OperationStatusListOptionalParams): PagedAsyncIterableIterator<OperationStatusResult, OperationStatusResult[], PageSettings>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- clusterRp
-
string
Rp de cluster Kubernetes , c’est-à-dire Microsoft.ContainerService, Microsoft.Kubernetes, Microsoft.HybridContainerService.
- clusterResourceName
-
string
Nom de la ressource de cluster Kubernetes , c’est-à-dire managedClusters, connectedClusters, provisionedClusters.
- clusterName
-
string
Nom du cluster Kubernetes.
Paramètres d’options.