IVirtualMachinesOperations.BeginRestrictMovementWithHttpMessagesAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Habilitar ou desabilitar a restrição de movimentação de VM controlada por DRS
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> BeginRestrictMovementWithHttpMessagesAsync (string resourceGroupName, string privateCloudName, string clusterName, string virtualMachineId, Microsoft.Azure.Management.Avs.Models.VirtualMachineRestrictMovement restrictMovement, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member BeginRestrictMovementWithHttpMessagesAsync : string * string * string * string * Microsoft.Azure.Management.Avs.Models.VirtualMachineRestrictMovement * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>
Public Function BeginRestrictMovementWithHttpMessagesAsync (resourceGroupName As String, privateCloudName As String, clusterName As String, virtualMachineId As String, restrictMovement As VirtualMachineRestrictMovement, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)
Parâmetros
- resourceGroupName
- String
O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.
- privateCloudName
- String
Nome da nuvem privada
- clusterName
- String
Nome do cluster na nuvem privada
- virtualMachineId
- String
Identificador de máquina virtual
- restrictMovement
- VirtualMachineRestrictMovement
Se a movimentação controlada por DRS da VM é restrita (habilitada) ou não (desabilitada)
- customHeaders
- Dictionary<String,List<String>>
Os cabeçalhos que serão adicionados à solicitação.
- cancellationToken
- CancellationToken
O token de cancelamento.
Retornos
Exceções
Gerada quando a operação retornou um código de status inválido
Gerado quando um parâmetro necessário é nulo
Aplica-se a
Azure SDK for .NET