Share via


AzureContextAdapterExtensions Class

Definition

public static class AzureContextAdapterExtensions
type AzureContextAdapterExtensions = class
Public Module AzureContextAdapterExtensions
Inheritance
AzureContextAdapterExtensions

Methods

GetCloudStorageAccount(IAzureContext, IStorageServiceProvider)

Get a CloudStorageAccount client for the current storage service using the given storage service provider

GetCloudStorageAccount(IStorageContext)

Get a CloudStorageAccount client for the storage account represented by this context

GetCloudStorageAccount(IStorageService)

Get a CloudStorageAccount client for the storage account represented by this service

GetCloudStorageAccount(IStorageServiceProvider, String, String)

Get a CloudStorageAccount client for the given storage service using the given storage service provider

GetCurrentStorageAccount(IAzureContext, IStorageServiceProvider)

Get the current storage account.

GetStorageContext(IStorageService)

Get a storage context client for the storage account represented by this service

Applies to