Method | Description | |
---|---|---|
CreateHttpsEndpoint ( string endpointUri ) : |
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 |
public static CreateHttpsEndpoint ( string endpointUri ) : |
||
endpointUri | string | The endpoint uri. |
return |
public static GenerateBlobStorageSasUrl ( string connectionString, string blobContainerName, System.DateTime expiryTime, SharedAccessBlobPermissions permissions ) : string | ||
connectionString | string | |
blobContainerName | string | |
expiryTime | System.DateTime | |
permissions | SharedAccessBlobPermissions | |
return | string |
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. |
return | Microsoft.WindowsAzure.Storage.CloudStorageAccount |
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. |
return | Microsoft.WindowsAzure.Storage.CloudStorageAccount |
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. |
return | Microsoft.WindowsAzure.Storage.Auth.StorageCredentials |
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. |
return | Microsoft.WindowsAzure.Storage.Auth.StorageCredentials |
public static GenerateTableStorageSasUrl ( string connectionString, string tableName, System.DateTime expiryTime, SharedAccessTablePermissions permissions ) : string | ||
connectionString | string | |
tableName | string | |
expiryTime | System.DateTime | |
permissions | SharedAccessTablePermissions | |
return | string |