ArmComputeScheduleModelFactory.CreateResourceOperationResult 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 create request.
public static Azure.ResourceManager.ComputeSchedule.Models.CreateResourceOperationResult CreateResourceOperationResult(string description = default, string type = default, Azure.Core.AzureLocation location = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ComputeSchedule.Models.ResourceOperationResult> results = default);
static member CreateResourceOperationResult : string * string * Azure.Core.AzureLocation * seq<Azure.ResourceManager.ComputeSchedule.Models.ResourceOperationResult> -> Azure.ResourceManager.ComputeSchedule.Models.CreateResourceOperationResult
Public Shared Function CreateResourceOperationResult (Optional description As String = Nothing, Optional type As String = Nothing, Optional location As AzureLocation = Nothing, Optional results As IEnumerable(Of ResourceOperationResult) = Nothing) As CreateResourceOperationResult
Parameters
- description
- String
The description of the operation response.
- type
- String
The type of resources used in the create 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 CreateResourceOperationResult instance for mocking.