Partilhar via


ArmComputeScheduleModelFactory.StartResourceOperationResult Method

Definition

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