Share via


DataFactoryLogSettings(LogLocationSettings) Constructor

Definition

Initializes a new instance of DataFactoryLogSettings.

public DataFactoryLogSettings (Azure.ResourceManager.DataFactory.Models.LogLocationSettings logLocationSettings);
new Azure.ResourceManager.DataFactory.Models.DataFactoryLogSettings : Azure.ResourceManager.DataFactory.Models.LogLocationSettings -> Azure.ResourceManager.DataFactory.Models.DataFactoryLogSettings
Public Sub New (logLocationSettings As LogLocationSettings)

Parameters

logLocationSettings
LogLocationSettings

Log location settings customer needs to provide when enabling log.

Exceptions

logLocationSettings is null.

Applies to