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

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

공개 메소드들

메소드 설명
CreateHttpsEndpoint ( string endpointUri ) : Uri

Creates https endpoint from the given endpoint.

GenerateBlobStorageSasUrl ( string connectionString, string blobContainerName, System.DateTime expiryTime, SharedAccessBlobPermissions permissions ) : string
GenerateCloudStorageAccount ( IStorageManagementClient storageClient, string accountName ) : Microsoft.WindowsAzure.Storage.CloudStorageAccount

Create a cloud storage account using a service management storage client

GenerateCloudStorageAccount ( IStorageServiceProvider provider, string resourceGroupName, string accountName ) : Microsoft.WindowsAzure.Storage.CloudStorageAccount

Create a cloud storage account using an ARM storage management client

GenerateStorageCredentials ( IStorageManagementClient storageClient, string accountName ) : Microsoft.WindowsAzure.Storage.Auth.StorageCredentials

Create storage credentials for the given account

GenerateStorageCredentials ( IStorageServiceProvider provider, string resourceGroupName, string accountName ) : Microsoft.WindowsAzure.Storage.Auth.StorageCredentials

Create storage credentials for the given account

GenerateTableStorageSasUrl ( string connectionString, string tableName, System.DateTime expiryTime, SharedAccessTablePermissions permissions ) : string

메소드 상세

CreateHttpsEndpoint() 공개 정적인 메소드

Creates https endpoint from the given endpoint.
public static CreateHttpsEndpoint ( string endpointUri ) : Uri
endpointUri string The endpoint uri.
리턴 System.Uri

GenerateBlobStorageSasUrl() 공개 정적인 메소드

public static GenerateBlobStorageSasUrl ( string connectionString, string blobContainerName, System.DateTime expiryTime, SharedAccessBlobPermissions permissions ) : string
connectionString string
blobContainerName string
expiryTime System.DateTime
permissions SharedAccessBlobPermissions
리턴 string

GenerateCloudStorageAccount() 공개 정적인 메소드

Create a cloud storage account using a service management storage client
public static GenerateCloudStorageAccount ( IStorageManagementClient storageClient, string accountName ) : Microsoft.WindowsAzure.Storage.CloudStorageAccount
storageClient IStorageManagementClient The client to use to get storage account details.
accountName string The name of the storage account.
리턴 Microsoft.WindowsAzure.Storage.CloudStorageAccount

GenerateCloudStorageAccount() 공개 정적인 메소드

Create a cloud storage account using an ARM storage management client
public static GenerateCloudStorageAccount ( IStorageServiceProvider provider, string resourceGroupName, string accountName ) : Microsoft.WindowsAzure.Storage.CloudStorageAccount
provider IStorageServiceProvider The adapter to ARM storage services.
resourceGroupName string The resource group containing the storage account.
accountName string The name of the storage account.
리턴 Microsoft.WindowsAzure.Storage.CloudStorageAccount

GenerateStorageCredentials() 공개 정적인 메소드

Create storage credentials for the given account
public static GenerateStorageCredentials ( IStorageManagementClient storageClient, string accountName ) : Microsoft.WindowsAzure.Storage.Auth.StorageCredentials
storageClient IStorageManagementClient The RDFE storage management client.
accountName string The storage account name.
리턴 Microsoft.WindowsAzure.Storage.Auth.StorageCredentials

GenerateStorageCredentials() 공개 정적인 메소드

Create storage credentials for the given account
public static GenerateStorageCredentials ( IStorageServiceProvider provider, string resourceGroupName, string accountName ) : Microsoft.WindowsAzure.Storage.Auth.StorageCredentials
provider IStorageServiceProvider The storage provider for ARM storage services.
resourceGroupName string The resource group containing the storage account.
accountName string The storage account name.
리턴 Microsoft.WindowsAzure.Storage.Auth.StorageCredentials

GenerateTableStorageSasUrl() 공개 정적인 메소드

public static GenerateTableStorageSasUrl ( string connectionString, string tableName, System.DateTime expiryTime, SharedAccessTablePermissions permissions ) : string
connectionString string
tableName string
expiryTime System.DateTime
permissions SharedAccessTablePermissions
리턴 string