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

Storage context
Afficher le fichier Open project: Azure/azure-powershell Class Usage Examples

Méthodes publiques

Méthode Description
AzureStorageContext ( Microsoft.WindowsAzure.Storage.CloudStorageAccount account ) : Microsoft.WindowsAzure.Commands.Common.Storage.Properties

Create a storage context usign cloud storage account

Méthodes protégées

Méthode 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 méthode

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

AzureStorageContext() public méthode

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
Résultat Microsoft.WindowsAzure.Commands.Common.Storage.Properties