Share via


NetworkCloudBareMetalMachineResource.RunReadCommands Method

Definition

Run one or more read-only commands on the provided bare metal machine. The URL to storage account with the command execution results and the command exit code can be retrieved from the operation status API once available.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/bareMetalMachines/{bareMetalMachineName}/runReadCommands
  • Operation Id: BareMetalMachines_RunReadCommands
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudOperationStatusResult> RunReadCommands (Azure.WaitUntil waitUntil, Azure.ResourceManager.NetworkCloud.Models.BareMetalMachineRunReadCommandsContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member RunReadCommands : Azure.WaitUntil * Azure.ResourceManager.NetworkCloud.Models.BareMetalMachineRunReadCommandsContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudOperationStatusResult>
override this.RunReadCommands : Azure.WaitUntil * Azure.ResourceManager.NetworkCloud.Models.BareMetalMachineRunReadCommandsContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudOperationStatusResult>
Public Overridable Function RunReadCommands (waitUntil As WaitUntil, content As BareMetalMachineRunReadCommandsContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of NetworkCloudOperationStatusResult)

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
BareMetalMachineRunReadCommandsContent

The request body.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to