HciEdgeDeviceResource.Validate 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 Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Hci.Models.HciEdgeDeviceValidateResult> Validate (Azure.WaitUntil waitUntil, Azure.ResourceManager.Hci.Models.HciEdgeDeviceValidateContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member Validate : Azure.WaitUntil * Azure.ResourceManager.Hci.Models.HciEdgeDeviceValidateContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Hci.Models.HciEdgeDeviceValidateResult>
override this.Validate : Azure.WaitUntil * Azure.ResourceManager.Hci.Models.HciEdgeDeviceValidateContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Hci.Models.HciEdgeDeviceValidateResult>
Public Overridable Function Validate (waitUntil As WaitUntil, content As HciEdgeDeviceValidateContent, Optional cancellationToken As CancellationToken = Nothing) As 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