C# 클래스 Microsoft.WindowsAzure.Commands.Storage.Common.Cmdlet.NewAzureStorageContext

상속: Microsoft.WindowsAzure.Commands.Common.AzureDataCmdlet
파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ExecuteCmdlet void
GetAnonymousStorageAccount Microsoft.WindowsAzure.Storage.CloudStorageAccount
GetAnonymousStorageAccountFromAzureEnvironment Microsoft.WindowsAzure.Storage.CloudStorageAccount
GetDefaultEndPointDomain string
GetLocalDevelopmentStorageAccount Microsoft.WindowsAzure.Storage.CloudStorageAccount
GetStorageAccountByConnectionString Microsoft.WindowsAzure.Storage.CloudStorageAccount
GetStorageAccountByNameAndKey Microsoft.WindowsAzure.Storage.CloudStorageAccount
GetStorageAccountByNameAndKeyFromAzureEnvironment Microsoft.WindowsAzure.Storage.CloudStorageAccount
GetStorageAccountBySasToken Microsoft.WindowsAzure.Storage.CloudStorageAccount
GetStorageAccountBySasTokenFromAzureEnvironment Microsoft.WindowsAzure.Storage.CloudStorageAccount
GetStorageAccountWithAzureEnvironment Microsoft.WindowsAzure.Storage.CloudStorageAccount
GetStorageAccountWithEndPoint Microsoft.WindowsAzure.Storage.CloudStorageAccount

비공개 메소드들

메소드 설명
ExecuteCmdlet ( ) : void
GetAnonymousStorageAccount ( string storageAccountName, bool useHttps, string storageEndpoint = "" ) : Microsoft.WindowsAzure.Storage.CloudStorageAccount

Get anonymous storage account

GetAnonymousStorageAccountFromAzureEnvironment ( string storageAccountName, bool useHttps, string azureEnvironmentName = "" ) : Microsoft.WindowsAzure.Storage.CloudStorageAccount

Get anonymous storage account

GetDefaultEndPointDomain ( ) : string

Get default end point domain

GetLocalDevelopmentStorageAccount ( ) : Microsoft.WindowsAzure.Storage.CloudStorageAccount

Get local development storage account

GetStorageAccountByConnectionString ( string connectionString ) : Microsoft.WindowsAzure.Storage.CloudStorageAccount

Get storage account by connection string

GetStorageAccountByNameAndKey ( string accountName, string accountKey, bool useHttps, string storageEndpoint = "" ) : Microsoft.WindowsAzure.Storage.CloudStorageAccount

Get storage account by account name and account key

GetStorageAccountByNameAndKeyFromAzureEnvironment ( string accountName, string accountKey, bool useHttps, string azureEnvironmentName = "" ) : Microsoft.WindowsAzure.Storage.CloudStorageAccount

Get storage account by account name and account key

GetStorageAccountBySasToken ( string storageAccountName, string sasToken, bool useHttps, string storageEndpoint = "" ) : Microsoft.WindowsAzure.Storage.CloudStorageAccount

Get storage account by sastoken

GetStorageAccountBySasTokenFromAzureEnvironment ( string storageAccountName, string sasToken, bool useHttps, string azureEnvironmentName = "" ) : Microsoft.WindowsAzure.Storage.CloudStorageAccount
GetStorageAccountWithAzureEnvironment ( Microsoft.WindowsAzure.Storage.Auth.StorageCredentials credential, string storageAccountName, bool useHttps, string azureEnvironmentName = "" ) : Microsoft.WindowsAzure.Storage.CloudStorageAccount

Get storage account and use specific azure environment

GetStorageAccountWithEndPoint ( Microsoft.WindowsAzure.Storage.Auth.StorageCredentials credential, string storageAccountName, bool useHttps, string endPoint = "" ) : Microsoft.WindowsAzure.Storage.CloudStorageAccount

Get storage account and use specific end point