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