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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET