C# Class Microsoft.Azure.Commands.Batch.Models.DownloadRemoteDesktopProtocolFileOptions

Inheritance: Microsoft.Azure.Commands.Batch.Models.ComputeNodeOperationParameters
Show file Open project: Azure/azure-powershell Class Usage Examples

Public Methods

Method Description
DownloadRemoteDesktopProtocolFileOptions ( BatchAccountContext context, string poolId, string computeNodeId, PSComputeNode computeNode, string destinationPath, Stream stream, IEnumerable additionalBehaviors = null ) : Microsoft.Azure.Batch

Method Details

DownloadRemoteDesktopProtocolFileOptions() public method

public DownloadRemoteDesktopProtocolFileOptions ( BatchAccountContext context, string poolId, string computeNodeId, PSComputeNode computeNode, string destinationPath, Stream stream, IEnumerable additionalBehaviors = null ) : Microsoft.Azure.Batch
context BatchAccountContext
poolId string
computeNodeId string
computeNode PSComputeNode
destinationPath string
stream Stream
additionalBehaviors IEnumerable
return Microsoft.Azure.Batch