MockableComputeBulkActionsResourceGroupResource.GetLocationBasedBulkCreateCustom Method

Definition

Gets an instance of BulkCreateCustoms.

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

Parameters

location
AzureLocation

The location for the resource.

name
String

The name of the BulkCreateCustom. The value must be an UUID.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

name is null.

name is an empty string, and was expected to be non-empty.

Applies to