MockableComputeBulkActionsResourceGroupResource.BulkStartOperation Method

Definition

BulkStart: Execute start operation for a batch of virtual machines, this operation is triggered as soon as Computeschedule receives it.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/locations/{location}/virtualMachinesBulkStart.
  • Operation Id. : VirtualMachineBulkOperations_BulkStart.
  • Default Api Version. : 2026-06-06.
public virtual Azure.Response<Azure.ResourceManager.Compute.BulkActions.Models.StartResourceOperationResult> BulkStartOperation(Azure.Core.AzureLocation location, Azure.ResourceManager.Compute.BulkActions.Models.ExecuteStartContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member BulkStartOperation : Azure.Core.AzureLocation * Azure.ResourceManager.Compute.BulkActions.Models.ExecuteStartContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Compute.BulkActions.Models.StartResourceOperationResult>
override this.BulkStartOperation : Azure.Core.AzureLocation * Azure.ResourceManager.Compute.BulkActions.Models.ExecuteStartContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Compute.BulkActions.Models.StartResourceOperationResult>
Public Overridable Function BulkStartOperation (location As AzureLocation, content As ExecuteStartContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of StartResourceOperationResult)

Parameters

location
AzureLocation

The location name.

content
ExecuteStartContent

The request body.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

content is null.

Applies to