ArmSynapseModelFactory.BigDataPoolSparkConfigProperties Method
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 BigDataPoolSparkConfigProperties.
public static Azure.ResourceManager.Synapse.Models.BigDataPoolSparkConfigProperties BigDataPoolSparkConfigProperties (DateTimeOffset? updatedOn = default, string content = default, string filename = default, Azure.ResourceManager.Synapse.Models.SynapseSparkConfigurationType? configurationType = default);
static member BigDataPoolSparkConfigProperties : Nullable<DateTimeOffset> * string * string * Nullable<Azure.ResourceManager.Synapse.Models.SynapseSparkConfigurationType> -> Azure.ResourceManager.Synapse.Models.BigDataPoolSparkConfigProperties
Public Shared Function BigDataPoolSparkConfigProperties (Optional updatedOn As Nullable(Of DateTimeOffset) = Nothing, Optional content As String = Nothing, Optional filename As String = Nothing, Optional configurationType As Nullable(Of SynapseSparkConfigurationType) = Nothing) As BigDataPoolSparkConfigProperties
Parameters
- updatedOn
- Nullable<DateTimeOffset>
The last update time of the spark config properties file.
- content
- String
The spark config properties.
- filename
- String
The filename of the spark config properties file.
- configurationType
- Nullable<SynapseSparkConfigurationType>
The type of the spark config properties file.
Returns
A new BigDataPoolSparkConfigProperties instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET