GetAzureBlobStorageClient Procedure
Codeunit IQ Azure Storage Mgt.
Get an Azure Blob Storage client from a Communication Method.
Overloads
| Name | Description |
|---|---|
| GetAzureBlobStorageClient(Record "QWESR IQCM Azure Storage"): Codeunit "ABS Blob Client" | Get an Azure Blob Storage client from a Communication Method. |
| GetAzureBlobStorageClient(Record "QWESR IQCM Azure Storage"; Enum "Storage Service API Version"): Codeunit "ABS Blob Client" | Get an Azure Blob Storage client from a Communication Method. |
GetAzureBlobStorageClient(Record "QWESR IQCM Azure Storage") Procedure
Get an Azure Blob Storage client from a Communication Method.
Signature
GetAzureBlobStorageClient(IQCMAzureStorage: Record "QWESR IQCM Azure Storage") ABSBlobClient: Codeunit "ABS Blob Client"
Parameters
IQCMAzureStorage Record "QWESR IQCM Azure Storage"
The Communication Method record.
Returns
Codeunit "ABS Blob Client"
The Azure Blob Storage client.
GetAzureBlobStorageClient(Record "QWESR IQCM Azure Storage"; Enum "Storage Service API Version") Procedure
Get an Azure Blob Storage client from a Communication Method.
Signature
GetAzureBlobStorageClient(IQCMAzureStorage: Record "QWESR IQCM Azure Storage"; ApiVersion: Enum "Storage Service API Version") ABSBlobClient: Codeunit "ABS Blob Client"
Parameters
IQCMAzureStorage Record "QWESR IQCM Azure Storage"
The Communication Method record.
ApiVersion Enum "Storage Service API Version"
The Storage Service API Version.
Returns
Codeunit "ABS Blob Client"
The Azure Blob Storage client.
This documentation is generated from Spider v27.2