HdiNodeTypes 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 node types on which the script action should be executed.
public struct HdiNodeTypes : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.HdiNodeTypes>
type HdiNodeTypes = struct
Public Structure HdiNodeTypes
Implements IEquatable(Of HdiNodeTypes)
- Inheritance
-
System.ValueTypeHdiNodeTypes
- Implements
-
System.IEquatable<HdiNodeTypes>
Constructors
HdiNodeTypes(String) |
Determines if two HdiNodeTypes values are the same. |
Properties
Headnode |
Headnode. |
Workernode |
Workernode. |
Zookeeper |
Zookeeper. |
Methods
Equals(HdiNodeTypes) |
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(HdiNodeTypes, HdiNodeTypes) |
Determines if two HdiNodeTypes values are the same. |
Implicit(String to HdiNodeTypes) |
Converts a string to a HdiNodeTypes. |
Inequality(HdiNodeTypes, HdiNodeTypes) |
Determines if two HdiNodeTypes values are not the same. |