ArmComputeScheduleModelFactory.StartResourceOperationResult 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.
Initializes a new instance of StartResourceOperationResult.
public static Azure.ResourceManager.ComputeSchedule.Models.StartResourceOperationResult StartResourceOperationResult (string description = default, string resourceType = default, Azure.Core.AzureLocation location = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ComputeSchedule.Models.ResourceOperationResult> results = default);
static member StartResourceOperationResult : string * string * Azure.Core.AzureLocation * seq<Azure.ResourceManager.ComputeSchedule.Models.ResourceOperationResult> -> Azure.ResourceManager.ComputeSchedule.Models.StartResourceOperationResult
Public Shared Function StartResourceOperationResult (Optional description As String = Nothing, Optional resourceType As String = Nothing, Optional location As AzureLocation = Nothing, Optional results As IEnumerable(Of ResourceOperationResult) = Nothing) As StartResourceOperationResult
Parameters
- description
- String
The description of the operation response.
- resourceType
- String
The type of resources used in the start 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 StartResourceOperationResult instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET