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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET