Share via


LargeInstanceResource.Restart Method

Definition

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 Azure.ResourceManager.ArmOperation<Azure.ResourceManager.LargeInstance.Models.LargeInstanceOperationStatusResult> Restart (Azure.WaitUntil waitUntil, Azure.ResourceManager.LargeInstance.Models.LargeInstanceForceState forceParameter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member Restart : Azure.WaitUntil * Azure.ResourceManager.LargeInstance.Models.LargeInstanceForceState * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.LargeInstance.Models.LargeInstanceOperationStatusResult>
override this.Restart : Azure.WaitUntil * Azure.ResourceManager.LargeInstance.Models.LargeInstanceForceState * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.LargeInstance.Models.LargeInstanceOperationStatusResult>
Public Overridable Function Restart (waitUntil As WaitUntil, Optional forceParameter As LargeInstanceForceState = Nothing, Optional cancellationToken As CancellationToken = Nothing) As 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