ArmComputeScheduleModelFactory.DeleteResourceOperationResult 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.
The response from a delete request.
public static Azure.ResourceManager.ComputeSchedule.Models.DeleteResourceOperationResult DeleteResourceOperationResult(string description = default, string type = default, Azure.Core.AzureLocation location = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ComputeSchedule.Models.ResourceOperationResult> results = default);
static member DeleteResourceOperationResult : string * string * Azure.Core.AzureLocation * seq<Azure.ResourceManager.ComputeSchedule.Models.ResourceOperationResult> -> Azure.ResourceManager.ComputeSchedule.Models.DeleteResourceOperationResult
Public Shared Function DeleteResourceOperationResult (Optional description As String = Nothing, Optional type As String = Nothing, Optional location As AzureLocation = Nothing, Optional results As IEnumerable(Of ResourceOperationResult) = Nothing) As DeleteResourceOperationResult
Parameters
- description
- String
The description of the operation response.
- type
- String
The type of resources used in the delete request eg virtual machines.
- location
- AzureLocation
The location of the start request eg westus.
- results
- IEnumerable<ResourceOperationResult>
The results from the start request if no errors exist.
Returns
A new DeleteResourceOperationResult instance for mocking.