ComputeBulkActionsExtensions.GetLocationBasedBulkCreateCustom Method

Definition

Gets an instance of BulkCreateCustoms. <item> Mocking. To mock this method, please mock GetLocationBasedBulkCreateCustom(AzureLocation, String, CancellationToken) instead. </item>

public static Azure.Response<Azure.ResourceManager.Compute.BulkActions.LocationBasedBulkCreateCustomResource> GetLocationBasedBulkCreateCustom(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, Azure.Core.AzureLocation location, string name, System.Threading.CancellationToken cancellationToken = default);
static member GetLocationBasedBulkCreateCustom : Azure.ResourceManager.Resources.ResourceGroupResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Compute.BulkActions.LocationBasedBulkCreateCustomResource>
<Extension()>
Public Function GetLocationBasedBulkCreateCustom (resourceGroupResource As ResourceGroupResource, location As AzureLocation, name As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of LocationBasedBulkCreateCustomResource)

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource the method will execute against.

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

resourceGroupResource is null.

Applies to