ArmSynapseModelFactory.SynapseSparkConfigurationData 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 SynapseSparkConfigurationData.
public static Azure.ResourceManager.Synapse.SynapseSparkConfigurationData SynapseSparkConfigurationData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string description = default, System.Collections.Generic.IDictionary<string,string> configs = default, System.Collections.Generic.IEnumerable<string> annotations = default, string notes = default, string createdBy = default, DateTimeOffset? createdOn = default, System.Collections.Generic.IDictionary<string,string> configMergeRule = default, Azure.ETag? etag = default);
static member SynapseSparkConfigurationData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * System.Collections.Generic.IDictionary<string, string> * seq<string> * string * string * Nullable<DateTimeOffset> * System.Collections.Generic.IDictionary<string, string> * Nullable<Azure.ETag> -> Azure.ResourceManager.Synapse.SynapseSparkConfigurationData
Public Shared Function SynapseSparkConfigurationData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional description As String = Nothing, Optional configs As IDictionary(Of String, String) = Nothing, Optional annotations As IEnumerable(Of String) = Nothing, Optional notes As String = Nothing, Optional createdBy As String = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional configMergeRule As IDictionary(Of String, String) = Nothing, Optional etag As Nullable(Of ETag) = Nothing) As SynapseSparkConfigurationData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- description
- String
Description about the SparkConfiguration.
- configs
- IDictionary<String,String>
SparkConfiguration configs.
- annotations
- IEnumerable<String>
Annotations for SparkConfiguration.
- notes
- String
additional Notes.
- createdBy
- String
The identity that created the resource.
- createdOn
- Nullable<DateTimeOffset>
The timestamp of resource creation.
- configMergeRule
- IDictionary<String,String>
SparkConfiguration merge configs.
Returns
A new SynapseSparkConfigurationData instance for mocking.
Applies to
Azure SDK for .NET