SparkServerType Struct
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.
The type of Spark server.
public readonly struct SparkServerType : IEquatable<Azure.ResourceManager.DataFactory.Models.SparkServerType>
type SparkServerType = struct
Public Structure SparkServerType
Implements IEquatable(Of SparkServerType)
- Inheritance
-
SparkServerType
- Implements
Constructors
SparkServerType(String) |
Initializes a new instance of SparkServerType. |
Properties
SharkServer |
SharkServer. |
SharkServer2 |
SharkServer2. |
SparkThriftServer |
SparkThriftServer. |
Methods
Equals(SparkServerType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(SparkServerType, SparkServerType) |
Determines if two SparkServerType values are the same. |
Implicit(String to SparkServerType) |
Converts a String to a SparkServerType. |
Inequality(SparkServerType, SparkServerType) |
Determines if two SparkServerType values are not the same. |
Applies to
Azure SDK for .NET