PolybaseSettingsRejectType 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.
Indicates whether the RejectValue property is specified as a literal value or a percentage.
public readonly struct PolybaseSettingsRejectType : IEquatable<Azure.ResourceManager.DataFactory.Models.PolybaseSettingsRejectType>
type PolybaseSettingsRejectType = struct
Public Structure PolybaseSettingsRejectType
Implements IEquatable(Of PolybaseSettingsRejectType)
- Inheritance
-
PolybaseSettingsRejectType
- Implements
Constructors
PolybaseSettingsRejectType(String) |
Initializes a new instance of PolybaseSettingsRejectType. |
Properties
Percentage |
percentage. |
Value |
value. |
Methods
Equals(PolybaseSettingsRejectType) |
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(PolybaseSettingsRejectType, PolybaseSettingsRejectType) |
Determines if two PolybaseSettingsRejectType values are the same. |
Implicit(String to PolybaseSettingsRejectType) |
Converts a String to a PolybaseSettingsRejectType. |
Inequality(PolybaseSettingsRejectType, PolybaseSettingsRejectType) |
Determines if two PolybaseSettingsRejectType values are not the same. |
Applies to
Azure SDK for .NET