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