ComputeScheduleExtensions.ExecuteVirtualMachineHibernateAsync 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.
VirtualMachinesExecuteHibernate: Execute hibernate operation for a batch of virtual machines, this operation is triggered as soon as Computeschedule receives it.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ComputeSchedule/locations/{locationparameter}/virtualMachinesExecuteHibernate
- Operation Id: ScheduledActions_ExecuteVirtualMachineHibernate
- Default Api Version: 2024-10-01
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ComputeSchedule.Models.HibernateResourceOperationResult>> ExecuteVirtualMachineHibernateAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string locationparameter, Azure.ResourceManager.ComputeSchedule.Models.ExecuteHibernateContent content, System.Threading.CancellationToken cancellationToken = default);
static member ExecuteVirtualMachineHibernateAsync : Azure.ResourceManager.Resources.SubscriptionResource * string * Azure.ResourceManager.ComputeSchedule.Models.ExecuteHibernateContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ComputeSchedule.Models.HibernateResourceOperationResult>>
<Extension()>
Public Function ExecuteVirtualMachineHibernateAsync (subscriptionResource As SubscriptionResource, locationparameter As String, content As ExecuteHibernateContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of HibernateResourceOperationResult))
Parameters
- subscriptionResource
- SubscriptionResource
The SubscriptionResource instance the method will execute against.
- locationparameter
- String
The location name.
- content
- ExecuteHibernateContent
The request body.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
locationparameter
is an empty string, and was expected to be non-empty.
subscriptionResource
, locationparameter
or content
is null.
Applies to
Azure SDK for .NET