Language

MockableComputeBulkActionsSubscriptionResource.GetLocationBasedBulkCreateCustomsAsync 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-09-06-preview.
public virtual Azure.AsyncPageable<Azure.ResourceManager.Compute.BulkActions.LocationBasedBulkCreateCustomResource> GetLocationBasedBulkCreateCustomsAsync(Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);
abstract member GetLocationBasedBulkCreateCustomsAsync : Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Compute.BulkActions.LocationBasedBulkCreateCustomResource>
override this.GetLocationBasedBulkCreateCustomsAsync : Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Compute.BulkActions.LocationBasedBulkCreateCustomResource>
Public Overridable Function GetLocationBasedBulkCreateCustomsAsync (location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(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