RestartVmCommandParameter Constructors
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.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET