GetAzureFileStorageClient Procedure
Codeunit IQ Azure Storage Mgt.
Get an Azure File Storage client from a Communication Method.
Overloads
Name | Description |
---|---|
GetAzureFileStorageClient(Record "QWESR IQCM Azure Storage"): Codeunit "AFS File Client" | Get an Azure File Storage client from a Communication Method. |
GetAzureFileStorageClient(Record "QWESR IQCM Azure Storage"; Enum "Storage Service API Version"): Codeunit "AFS File Client" | Get an Azure File Storage client from a Communication Method. |
GetAzureFileStorageClient(Record "QWESR IQCM Azure Storage") Procedure
Get an Azure File Storage client from a Communication Method.
Signature
GetAzureFileStorageClient(IQCMAzureStorage: Record "QWESR IQCM Azure Storage") AFSFileClient: Codeunit "AFS File Client"
Parameters
IQCMAzureStorage
Record "QWESR IQCM Azure Storage"
The Communication Method record.
Returns
Codeunit "AFS File Client"
The Azure File Storage client.
GetAzureFileStorageClient(Record "QWESR IQCM Azure Storage"; Enum "Storage Service API Version") Procedure
Get an Azure File Storage client from a Communication Method.
Signature
GetAzureFileStorageClient(IQCMAzureStorage: Record "QWESR IQCM Azure Storage"; ApiVersion: Enum "Storage Service API Version") AFSFileClient: Codeunit "AFS File 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 "AFS File Client"
The Azure File Storage client.
This documentation is generated from Spider v25.1.232043.0