C# 클래스 Microsoft.WindowsAzure.Commands.Common.Storage.AzureStorageContext

Storage context
파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

공개 메소드들

메소드 설명
AzureStorageContext ( Microsoft.WindowsAzure.Storage.CloudStorageAccount account ) : Microsoft.WindowsAzure.Commands.Common.Storage.Properties

Create a storage context usign cloud storage account

보호된 메소드들

메소드 설명
AzureStorageContext ( ) : Microsoft.WindowsAzure.Commands.Common.Storage.Properties

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

메소드 상세

AzureStorageContext() 보호된 메소드

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

AzureStorageContext() 공개 메소드

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
리턴 Microsoft.WindowsAzure.Commands.Common.Storage.Properties