SparkJobReferenceType 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.
Synapse spark job reference type.
public readonly struct SparkJobReferenceType : IEquatable<Azure.ResourceManager.DataFactory.Models.SparkJobReferenceType>
type SparkJobReferenceType = struct
Public Structure SparkJobReferenceType
Implements IEquatable(Of SparkJobReferenceType)
- Inheritance
-
SparkJobReferenceType
- Implements
Constructors
SparkJobReferenceType(String) |
Initializes a new instance of SparkJobReferenceType. |
Properties
SparkJobDefinitionReference |
SparkJobDefinitionReference. |
Methods
Equals(SparkJobReferenceType) |
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(SparkJobReferenceType, SparkJobReferenceType) |
Determines if two SparkJobReferenceType values are the same. |
Implicit(String to SparkJobReferenceType) |
Converts a String to a SparkJobReferenceType. |
Inequality(SparkJobReferenceType, SparkJobReferenceType) |
Determines if two SparkJobReferenceType values are not the same. |
Applies to
Azure SDK for .NET