HciEdgeDeviceResource.ValidateAsync Method

Definition

A long-running resource action.

  • Request Path: /{resourceUri}/providers/Microsoft.AzureStackHCI/edgeDevices/{edgeDeviceName}/validate
  • Operation Id: EdgeDevices_Validate
  • Default Api Version: 2024-04-01
  • Resource: HciEdgeDeviceResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Hci.Models.HciEdgeDeviceValidateResult>> ValidateAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.Hci.Models.HciEdgeDeviceValidateContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member ValidateAsync : Azure.WaitUntil * Azure.ResourceManager.Hci.Models.HciEdgeDeviceValidateContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Hci.Models.HciEdgeDeviceValidateResult>>
override this.ValidateAsync : Azure.WaitUntil * Azure.ResourceManager.Hci.Models.HciEdgeDeviceValidateContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Hci.Models.HciEdgeDeviceValidateResult>>
Public Overridable Function ValidateAsync (waitUntil As WaitUntil, content As HciEdgeDeviceValidateContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of HciEdgeDeviceValidateResult))

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

content
HciEdgeDeviceValidateContent

The content of the action request.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to