ComputeBulkActionsExtensions.GetLocationBasedBulkCreateCustom 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.
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.