VirtualMachineGetRemoteDesktopFileResponse Constructor (Byte )

 

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

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

Syntax

public VirtualMachineGetRemoteDesktopFileResponse(
    byte[] remoteDesktopFile
)
public:
VirtualMachineGetRemoteDesktopFileResponse(
    array<unsigned char>^ remoteDesktopFile
)
new : 
        remoteDesktopFile:byte[] -> VirtualMachineGetRemoteDesktopFileResponse
Public Sub New (
    remoteDesktopFile As Byte()
)

See Also

VirtualMachineGetRemoteDesktopFileResponse Overload
VirtualMachineGetRemoteDesktopFileResponse Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top