PhoenixAuthenticationType 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 authentication mechanism used to connect to the Phoenix server.
public readonly struct PhoenixAuthenticationType : IEquatable<Azure.ResourceManager.DataFactory.Models.PhoenixAuthenticationType>
type PhoenixAuthenticationType = struct
Public Structure PhoenixAuthenticationType
Implements IEquatable(Of PhoenixAuthenticationType)
- Inheritance
-
PhoenixAuthenticationType
- Implements
Constructors
PhoenixAuthenticationType(String) |
Initializes a new instance of PhoenixAuthenticationType. |
Properties
Anonymous |
Anonymous. |
UsernameAndPassword |
UsernameAndPassword. |
WindowsAzureHDInsightService |
WindowsAzureHDInsightService. |
Methods
Equals(PhoenixAuthenticationType) |
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(PhoenixAuthenticationType, PhoenixAuthenticationType) |
Determines if two PhoenixAuthenticationType values are the same. |
Implicit(String to PhoenixAuthenticationType) |
Converts a String to a PhoenixAuthenticationType. |
Inequality(PhoenixAuthenticationType, PhoenixAuthenticationType) |
Determines if two PhoenixAuthenticationType values are not the same. |
Applies to
Azure SDK for .NET