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