ComputeBulkActionsExtensions.GetLocationBasedLaunchBulkInstancesOperation 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 LaunchBulkInstancesOperations. <item> Mocking. To mock this method, please mock GetLocationBasedLaunchBulkInstancesOperation(AzureLocation, String, CancellationToken) instead. </item>
public static Azure.Response<Azure.ResourceManager.Compute.BulkActions.LocationBasedLaunchBulkInstancesOperationResource> GetLocationBasedLaunchBulkInstancesOperation(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, Azure.Core.AzureLocation location, string name, System.Threading.CancellationToken cancellationToken = default);
static member GetLocationBasedLaunchBulkInstancesOperation : Azure.ResourceManager.Resources.ResourceGroupResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Compute.BulkActions.LocationBasedLaunchBulkInstancesOperationResource>
<Extension()>
Public Function GetLocationBasedLaunchBulkInstancesOperation (resourceGroupResource As ResourceGroupResource, location As AzureLocation, name As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of LocationBasedLaunchBulkInstancesOperationResource)
Parameters
- resourceGroupResource
- ResourceGroupResource
The ResourceGroupResource the method will execute against.
- location
- AzureLocation
The location for the resource.
- name
- String
The name of the LaunchBulkInstancesOperation.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
resourceGroupResource is null.