DevOpsDeleteResourcesDetails(IEnumerable<String>) Constructor
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.
Initializes a new instance of DevOpsDeleteResourcesDetails.
public DevOpsDeleteResourcesDetails(System.Collections.Generic.IEnumerable<string> resourceIds);
new Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsDeleteResourcesDetails : seq<string> -> Azure.ResourceManager.DevOpsInfrastructure.Models.DevOpsDeleteResourcesDetails
Public Sub New (resourceIds As IEnumerable(Of String))
Parameters
- resourceIds
- IEnumerable<String>
List of resource IDs to delete.
Exceptions
resourceIds is null.