RestartVmCommandParameter Constructors

Definition

Overloads

RestartVmCommandParameter()

Initializes a new instance of the RestartVmCommandParameter class.

RestartVmCommandParameter(String)

Initializes a new instance of the RestartVmCommandParameter class with required arguments.

RestartVmCommandParameter()

Initializes a new instance of the RestartVmCommandParameter class.

public RestartVmCommandParameter ();
Public Sub New ()

Applies to

RestartVmCommandParameter(String)

Initializes a new instance of the RestartVmCommandParameter class with required arguments.

public RestartVmCommandParameter (string virtualMachineName);
new Microsoft.WindowsAzure.Management.RemoteApp.Models.RestartVmCommandParameter : string -> Microsoft.WindowsAzure.Management.RemoteApp.Models.RestartVmCommandParameter
Public Sub New (virtualMachineName As String)

Parameters

virtualMachineName
String

Applies to