SynapseSparkProperties Class
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.SynapseSparkPropertiesTypeConverter))]
public class SynapseSparkProperties : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ISynapseSparkProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.SynapseSparkPropertiesTypeConverter))>]
type SynapseSparkProperties = class
interface ISynapseSparkProperties
interface IJsonSerializable
Public Class SynapseSparkProperties
Implements ISynapseSparkProperties
- Inheritance
-
SynapseSparkProperties
- Attributes
- Implements
Constructors
SynapseSparkProperties() |
Creates an new SynapseSparkProperties instance. |
Properties
AutoPausePropertyDelayInMinute | |
AutoPausePropertyEnabled | |
AutoScalePropertyEnabled | |
AutoScalePropertyMaxNodeCount | |
AutoScalePropertyMinNodeCount | |
NodeCount |
The number of compute nodes currently assigned to the compute. |
NodeSize |
Node size. |
NodeSizeFamily |
Node size family. |
PoolName |
Pool name. |
ResourceGroup |
Name of the resource group in which workspace is located. |
SparkVersion |
Spark version. |
SubscriptionId |
Azure subscription identifier. |
WorkspaceName |
Name of Azure Machine Learning workspace. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SynapseSparkProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SynapseSparkProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ISynapseSparkProperties. |
FromJsonString(String) |
Creates a new instance of SynapseSparkProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SynapseSparkProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |