MockableComputeBulkActionsSubscriptionResource.GetLocationBasedBulkCreateCustoms Method

Definition

List BulkCreateCustom resources by subscriptionId.

  • Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/bulkCreateCustom.
  • Operation Id. : BulkCreateCustom_ListBySubscription.
  • Default Api Version. : 2026-08-06-preview.
public virtual Azure.Pageable<Azure.ResourceManager.Compute.BulkActions.LocationBasedBulkCreateCustomResource> GetLocationBasedBulkCreateCustoms(Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);
abstract member GetLocationBasedBulkCreateCustoms : Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Compute.BulkActions.LocationBasedBulkCreateCustomResource>
override this.GetLocationBasedBulkCreateCustoms : Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Compute.BulkActions.LocationBasedBulkCreateCustomResource>
Public Overridable Function GetLocationBasedBulkCreateCustoms (location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of LocationBasedBulkCreateCustomResource)

Parameters

location
AzureLocation

The location name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of LocationBasedBulkCreateCustomResource that may take multiple service requests to iterate over.

Applies to