VirtualMachines interface
Interface représentant un VirtualMachines.
Méthodes
begin |
Redémarre les hôtes de cluster HDInsight spécifiés. |
begin |
Redémarre les hôtes de cluster HDInsight spécifiés. |
get |
Obtient l’état de l’opération asynchrone. |
list |
Répertorie les hôtes de clusters HDInsight |
Détails de la méthode
beginRestartHosts(string, string, string[], VirtualMachinesRestartHostsOptionalParams)
Redémarre les hôtes de cluster HDInsight spécifiés.
function beginRestartHosts(resourceGroupName: string, clusterName: string, hosts: string[], options?: VirtualMachinesRestartHostsOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources.
- clusterName
-
string
Nom du cluster.
- hosts
-
string[]
Liste des hôtes à redémarrer
Paramètres d’options.
Retours
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginRestartHostsAndWait(string, string, string[], VirtualMachinesRestartHostsOptionalParams)
Redémarre les hôtes de cluster HDInsight spécifiés.
function beginRestartHostsAndWait(resourceGroupName: string, clusterName: string, hosts: string[], options?: VirtualMachinesRestartHostsOptionalParams): Promise<void>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources.
- clusterName
-
string
Nom du cluster.
- hosts
-
string[]
Liste des hôtes à redémarrer
Paramètres d’options.
Retours
Promise<void>
getAsyncOperationStatus(string, string, string, VirtualMachinesGetAsyncOperationStatusOptionalParams)
Obtient l’état de l’opération asynchrone.
function getAsyncOperationStatus(resourceGroupName: string, clusterName: string, operationId: string, options?: VirtualMachinesGetAsyncOperationStatusOptionalParams): Promise<AsyncOperationResult>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources.
- clusterName
-
string
Nom du cluster.
- operationId
-
string
ID d’opération de longue durée.
Paramètres d’options.
Retours
Promise<AsyncOperationResult>
listHosts(string, string, VirtualMachinesListHostsOptionalParams)
Répertorie les hôtes de clusters HDInsight
function listHosts(resourceGroupName: string, clusterName: string, options?: VirtualMachinesListHostsOptionalParams): Promise<VirtualMachinesListHostsResponse>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources.
- clusterName
-
string
Nom du cluster.
Paramètres d’options.
Retours
Promise<VirtualMachinesListHostsResponse>