BatchClient.DownloadNodeFile(DownloadNodeFileOptions) Method

Definition

Downloads a node file using the specified options.

public void DownloadNodeFile (Microsoft.Azure.Commands.Batch.Models.DownloadNodeFileOptions options);
member this.DownloadNodeFile : Microsoft.Azure.Commands.Batch.Models.DownloadNodeFileOptions -> unit
Public Sub DownloadNodeFile (options As DownloadNodeFileOptions)

Parameters

options
DownloadNodeFileOptions

The download options.

Applies to