WindowsRemoteManagementListener Class

 

Represents the type and certificate information for the listener.

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

System::Object
  Microsoft.WindowsAzure.Management.Compute.Models::WindowsRemoteManagementListener

public ref class WindowsRemoteManagementListener 

NameDescription
System_CAPS_pubmethodWindowsRemoteManagementListener()

Initializes a new instance of the WindowsRemoteManagementListener class.

System_CAPS_pubmethodWindowsRemoteManagementListener(VirtualMachineWindowsRemoteManagementListenerType)

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

NameDescription
System_CAPS_pubpropertyCertificateThumbprint

Gets or sets the thumbprint of the certificate for the secure connection.

System_CAPS_pubpropertyListenerType

Gets or sets a VirtualMachineWindowsRemoteManagementListenerType value that specifies the type of listener.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: