C# Класс Microsoft.Azure.Commands.Batch.Models.DownloadRemoteDesktopProtocolFileOptions

Наследование: Microsoft.Azure.Commands.Batch.Models.ComputeNodeOperationParameters
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DownloadRemoteDesktopProtocolFileOptions ( BatchAccountContext context, string poolId, string computeNodeId, PSComputeNode computeNode, string destinationPath, Stream stream, IEnumerable additionalBehaviors = null ) : Microsoft.Azure.Batch

Описание методов

DownloadRemoteDesktopProtocolFileOptions() публичный Метод

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
Результат Microsoft.Azure.Batch