AzureStorageContext Constructors
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.
AzureStorageContext() |
Proivides a private constructor for building empty instance which contains no account information. |
AzureStorageContext(CloudStorageAccount) |
Create a storage context usign cloud storage account |
Proivides a private constructor for building empty instance which contains no account information.
protected AzureStorageContext ();
Protected Sub New ()
Applies to
Create a storage context usign cloud storage account
public AzureStorageContext (Microsoft.WindowsAzure.Storage.CloudStorageAccount account);
new Microsoft.WindowsAzure.Commands.Common.Storage.AzureStorageContext : Microsoft.WindowsAzure.Storage.CloudStorageAccount -> Microsoft.WindowsAzure.Commands.Common.Storage.AzureStorageContext
Public Sub New (account As CloudStorageAccount)
Parameters
- account
- CloudStorageAccount
cloud storage account