VirtualMachineWindowsRemoteManagementListenerType Enumeration

 

Specifies the type of listener for enabling remote Windows PowerShell.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

public enum VirtualMachineWindowsRemoteManagementListenerType
public enum class VirtualMachineWindowsRemoteManagementListenerType
type VirtualMachineWindowsRemoteManagementListenerType
Public Enumeration VirtualMachineWindowsRemoteManagementListenerType

Members

Member name Description
Http

Specifies that the type of listener is HTTP.

Https

Specifies that the type of listener is HTTPS.

See Also

Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top