StorageCloudBlobCmdletBase.CreateChannel Method
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.
CreateChannel(AzureStorageContext) | |
CreateChannel(AzureStorageContext) |
Get a service channel object using specified storage account |
CreateChannel() |
Create blob client and storage service management channel if need to. |
C#
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
Returns
Applies to
Azure RM - PowerShell Commands Latest
Produto | Versões |
---|---|
Azure RM - PowerShell Commands | Latest |
Get a service channel object using specified storage account
C#
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
Azure - PowerShell Commands Latest e Azure - PowerShell Commands 12 (LTS)
Produto | Versões |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |
Create blob client and storage service management channel if need to.
C#
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
Azure - PowerShell Commands Latest e outras versões
Produto | Versões |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |
Azure RM - PowerShell Commands | Latest |