Downloader Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Downloader(DownloaderParameters) | |
Downloader(BlobUri, String, String) |
Downloader(DownloaderParameters)
public Downloader (Microsoft.WindowsAzure.Commands.Sync.Download.DownloaderParameters parameters);
new Microsoft.WindowsAzure.Commands.Sync.Download.Downloader : Microsoft.WindowsAzure.Commands.Sync.Download.DownloaderParameters -> Microsoft.WindowsAzure.Commands.Sync.Download.Downloader
Public Sub New (parameters As DownloaderParameters)
Parameters
- parameters
- DownloaderParameters
Applies to
Downloader(BlobUri, String, String)
public Downloader (Microsoft.WindowsAzure.Commands.Sync.Download.BlobUri blobUri, string storageAccountKey, string locaFilePath);
new Microsoft.WindowsAzure.Commands.Sync.Download.Downloader : Microsoft.WindowsAzure.Commands.Sync.Download.BlobUri * string * string -> Microsoft.WindowsAzure.Commands.Sync.Download.Downloader
Public Sub New (blobUri As BlobUri, storageAccountKey As String, locaFilePath As String)
Parameters
- blobUri
- BlobUri
- storageAccountKey
- String
- locaFilePath
- String