C# Class Microsoft.WindowsAzure.Commands.Common.Storage.AzureStorageContext

Storage context
Mostrar archivo Open project: Azure/azure-powershell Class Usage Examples

Public Methods

Method Description
AzureStorageContext ( Microsoft.WindowsAzure.Storage.CloudStorageAccount account ) : Microsoft.WindowsAzure.Commands.Common.Storage.Properties

Create a storage context usign cloud storage account

Protected Methods

Method Description
AzureStorageContext ( ) : Microsoft.WindowsAzure.Commands.Common.Storage.Properties

Proivides a private constructor for building empty instance which contains no account information.

Method Details

AzureStorageContext() protected method

Proivides a private constructor for building empty instance which contains no account information.
protected AzureStorageContext ( ) : Microsoft.WindowsAzure.Commands.Common.Storage.Properties
return Microsoft.WindowsAzure.Commands.Common.Storage.Properties

AzureStorageContext() public method

Create a storage context usign cloud storage account
public AzureStorageContext ( Microsoft.WindowsAzure.Storage.CloudStorageAccount account ) : Microsoft.WindowsAzure.Commands.Common.Storage.Properties
account Microsoft.WindowsAzure.Storage.CloudStorageAccount cloud storage account
return Microsoft.WindowsAzure.Commands.Common.Storage.Properties