MockableComputeBulkActionsResourceGroupResource.BulkVdiFlexCreateOperation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
BulkVdiFlexCreate: Bulk create operation for a batch of virtual machines, this operation supports flex properties to give options on Sku and zone selection.
- Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/locations/{location}/virtualMachinesBulkVdiFlexCreate.
- Operation Id. : VirtualMachineBulkOperations_BulkVdiFlexCreate.
- Default Api Version. : 2026-08-06-preview.
public virtual Azure.Response<Azure.ResourceManager.Compute.BulkActions.Models.CreateResourceOperationResult> BulkVdiFlexCreateOperation(Azure.Core.AzureLocation location, Azure.ResourceManager.Compute.BulkActions.Models.BulkActionsExecuteVdiCreateRequestContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member BulkVdiFlexCreateOperation : Azure.Core.AzureLocation * Azure.ResourceManager.Compute.BulkActions.Models.BulkActionsExecuteVdiCreateRequestContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Compute.BulkActions.Models.CreateResourceOperationResult>
override this.BulkVdiFlexCreateOperation : Azure.Core.AzureLocation * Azure.ResourceManager.Compute.BulkActions.Models.BulkActionsExecuteVdiCreateRequestContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Compute.BulkActions.Models.CreateResourceOperationResult>
Public Overridable Function BulkVdiFlexCreateOperation (location As AzureLocation, content As BulkActionsExecuteVdiCreateRequestContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of CreateResourceOperationResult)
Parameters
- location
- AzureLocation
The location name.
The request body.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
content is null.