StorageCloudBlobCmdletBase.CreateChannel Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CreateChannel(AzureStorageContext) |
Get a service channel object using specified storage account |
CreateChannel(AzureStorageContext) |
Get a service channel object using specified storage account |
CreateChannel() |
Create blob client and storage service management channel if need 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
CreateChannel(AzureStorageContext)
Get a service channel object using specified storage account
protected Microsoft.WindowsAzure.Commands.Storage.Model.Contract.IStorageBlobManagement CreateChannel (Microsoft.WindowsAzure.Commands.Storage.Common.AzureStorageContext context);
override this.CreateChannel : Microsoft.WindowsAzure.Commands.Storage.Common.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
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