MockableComputeBulkActionsResourceGroupResource.GetLocationBasedBulkCreates 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 a collection of LocationBasedBulkCreates in the ResourceGroupResource.
public virtual Azure.ResourceManager.Compute.BulkActions.LocationBasedBulkCreateCollection GetLocationBasedBulkCreates(Azure.Core.AzureLocation location);
abstract member GetLocationBasedBulkCreates : Azure.Core.AzureLocation -> Azure.ResourceManager.Compute.BulkActions.LocationBasedBulkCreateCollection
override this.GetLocationBasedBulkCreates : Azure.Core.AzureLocation -> Azure.ResourceManager.Compute.BulkActions.LocationBasedBulkCreateCollection
Public Overridable Function GetLocationBasedBulkCreates (location As AzureLocation) As LocationBasedBulkCreateCollection
Parameters
- location
- AzureLocation
The location for the resource.
Returns
An object representing collection of LocationBasedBulkCreates and their operations over a LocationBasedBulkCreateResource.