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