Aracılığıyla paylaş


StorageCloudBlobCmdletBase.CreateChannel Method

Definition

Overloads

CreateChannel()

Create blob client and storage service management channel if need to.

CreateChannel(AzureStorageContext)

Get a service channel object using specified storage account

CreateChannel()

Create blob client and storage service management channel if need to.

protected override Microsoft.WindowsAzure.Commands.Storage.Model.Contract.IStorageBlobManagement CreateChannel ();
override this.CreateChannel : unit -> Microsoft.WindowsAzure.Commands.Storage.Model.Contract.IStorageBlobManagement
Protected Overrides Function CreateChannel () As IStorageBlobManagement

Returns

IStorageManagement object

Applies to

CreateChannel(AzureStorageContext)

Get a service channel object using specified storage account

protected Microsoft.WindowsAzure.Commands.Storage.Model.Contract.IStorageBlobManagement CreateChannel (Microsoft.WindowsAzure.Commands.Storage.AzureStorageContext context);
override this.CreateChannel : Microsoft.WindowsAzure.Commands.Storage.AzureStorageContext -> Microsoft.WindowsAzure.Commands.Storage.Model.Contract.IStorageBlobManagement
Protected Function CreateChannel (context As AzureStorageContext) As IStorageBlobManagement

Parameters

context
AzureStorageContext

Cloud storage account object

Returns

IStorageBlobManagement channel object

Applies to