VirtualMachinesOperationsExtensions.BeginRestrictMovementAsync Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Włączanie lub wyłączanie ograniczenia ruchu maszyny wirtualnej opartej na usłudze DRS
public static System.Threading.Tasks.Task BeginRestrictMovementAsync (this Microsoft.Azure.Management.Avs.IVirtualMachinesOperations operations, string resourceGroupName, string privateCloudName, string clusterName, string virtualMachineId, Microsoft.Azure.Management.Avs.Models.VirtualMachineRestrictMovement restrictMovement, System.Threading.CancellationToken cancellationToken = default);
static member BeginRestrictMovementAsync : Microsoft.Azure.Management.Avs.IVirtualMachinesOperations * string * string * string * string * Microsoft.Azure.Management.Avs.Models.VirtualMachineRestrictMovement * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function BeginRestrictMovementAsync (operations As IVirtualMachinesOperations, resourceGroupName As String, privateCloudName As String, clusterName As String, virtualMachineId As String, restrictMovement As VirtualMachineRestrictMovement, Optional cancellationToken As CancellationToken = Nothing) As Task
Parametry
- operations
- IVirtualMachinesOperations
Grupa operacji dla tej metody rozszerzenia.
- resourceGroupName
- String
Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.
- privateCloudName
- String
Nazwa chmury prywatnej
- clusterName
- String
Nazwa klastra w chmurze prywatnej
- virtualMachineId
- String
Identyfikator maszyny wirtualnej
- restrictMovement
- VirtualMachineRestrictMovement
Niezależnie od tego, czy ruch oparty na usłudze DRS maszyny wirtualnej jest ograniczony (włączony), czy też nie (wyłączony)
- cancellationToken
- CancellationToken
Token anulowania.
Zwraca
Dotyczy
Azure SDK for .NET