ArmDevOpsInfrastructureModelFactory.DevOpsDeleteResourcesDetails 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.
Request body for deleting many resources by their IDs.
public static Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsDeleteResourcesDetails DevOpsDeleteResourcesDetails(System.Collections.Generic.IEnumerable<string> resourceIds = default);
static member DevOpsDeleteResourcesDetails : seq<string> -> Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsDeleteResourcesDetails
Public Shared Function DevOpsDeleteResourcesDetails (Optional resourceIds As IEnumerable(Of String) = Nothing) As DevOpsDeleteResourcesDetails
Parameters
- resourceIds
- IEnumerable<String>
List of resource IDs to delete.
Returns
A new DevOpsDeleteResourcesDetails instance for mocking.