LargeInstanceResource.RestartAsync 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.
The operation to restart an Azure Large Instance (only for compute instances)
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureLargeInstance/azureLargeInstances/{azureLargeInstanceName}/restart
- Operation Id: AzureLargeInstance_Restart
- Default Api Version: 2023-07-20-preview
- Resource: LargeInstanceResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.LargeInstance.Models.LargeInstanceOperationStatusResult>> RestartAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.LargeInstance.Models.LargeInstanceForceState forceParameter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member RestartAsync : Azure.WaitUntil * Azure.ResourceManager.LargeInstance.Models.LargeInstanceForceState * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.LargeInstance.Models.LargeInstanceOperationStatusResult>>
override this.RestartAsync : Azure.WaitUntil * Azure.ResourceManager.LargeInstance.Models.LargeInstanceForceState * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.LargeInstance.Models.LargeInstanceOperationStatusResult>>
Public Overridable Function RestartAsync (waitUntil As WaitUntil, Optional forceParameter As LargeInstanceForceState = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of LargeInstanceOperationStatusResult))
Parameters
- waitUntil
- WaitUntil
Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.
- forceParameter
- LargeInstanceForceState
When set to 'active', this parameter empowers the server with the ability to forcefully terminate and halt any existing processes that may be running on the server.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Applies to
Azure SDK for .NET