VirtualMachineOperationsExtensions.BeginRestartingAsync Method
Asynchronously initiates the restart of the specified Virtual Machine.
Namespace: Microsoft.WindowsAzure.Management.Compute
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Usage
'Usage
Dim operations As IVirtualMachineOperations
Dim serviceName As String
Dim deploymentName As String
Dim virtualMachineName As String
Dim returnValue As Task(Of AzureOperationResponse)
returnValue = VirtualMachineOperationsExtensions.BeginRestartingAsync(operations, serviceName, deploymentName, virtualMachineName)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Function BeginRestartingAsync ( _
operations As IVirtualMachineOperations, _
serviceName As String, _
deploymentName As String, _
virtualMachineName As String _
) As Task(Of AzureOperationResponse)
[ExtensionAttribute]
public static Task<AzureOperationResponse> BeginRestartingAsync (
IVirtualMachineOperations operations,
string serviceName,
string deploymentName,
string virtualMachineName
)
[ExtensionAttribute]
public:
static Task<AzureOperationResponse^>^ BeginRestartingAsync (
IVirtualMachineOperations^ operations,
String^ serviceName,
String^ deploymentName,
String^ virtualMachineName
)
/** @attribute ExtensionAttribute() */
public static Task<AzureOperationResponse> BeginRestartingAsync (
IVirtualMachineOperations operations,
String serviceName,
String deploymentName,
String virtualMachineName
)
ExtensionAttribute
public static function BeginRestartingAsync (
operations : IVirtualMachineOperations,
serviceName : String,
deploymentName : String,
virtualMachineName : String
) : Task<AzureOperationResponse>
Parameters
- operations
The IVirtualMachineOperations object that specifies the operations for managing Virtual Machines.
- serviceName
The name of the cloud service that contains the Virtual Machine.
- deploymentName
The name of the deployment.
- virtualMachineName
The name of the Virtual Machine that should be restarted.
Return Value
An OperationResponse object that includes an HTTP status code and request ID.
Remarks
For more information about restarting a Virtual Machine, see the following resources:
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
VirtualMachineOperationsExtensions Class
VirtualMachineOperationsExtensions Members
Microsoft.WindowsAzure.Management.Compute Namespace