CloudDrivePlugin(ICloudDriveConnector, ILoggerFactory) Constructor
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.
Initializes a new instance of the CloudDrivePlugin class.
public CloudDrivePlugin(Microsoft.SemanticKernel.Plugins.MsGraph.ICloudDriveConnector connector, Microsoft.Extensions.Logging.ILoggerFactory? loggerFactory = default);
new Microsoft.SemanticKernel.Plugins.MsGraph.CloudDrivePlugin : Microsoft.SemanticKernel.Plugins.MsGraph.ICloudDriveConnector * Microsoft.Extensions.Logging.ILoggerFactory -> Microsoft.SemanticKernel.Plugins.MsGraph.CloudDrivePlugin
Public Sub New (connector As ICloudDriveConnector, Optional loggerFactory As ILoggerFactory = Nothing)
Parameters
- connector
- ICloudDriveConnector
The cloud drive connector.
- loggerFactory
- ILoggerFactory
The ILoggerFactory to use for logging. If null, no logging will be performed.