ZendeskAuthenticationType 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 type to use.
public readonly struct ZendeskAuthenticationType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.ZendeskAuthenticationType>
type ZendeskAuthenticationType = struct
Public Structure ZendeskAuthenticationType
Implements IEquatable(Of ZendeskAuthenticationType)
- Inheritance
-
ZendeskAuthenticationType
- Implements
Constructors
ZendeskAuthenticationType(String) |
Initializes a new instance of ZendeskAuthenticationType. |
Properties
Basic |
Basic. |
Token |
Token. |
Methods
Equals(ZendeskAuthenticationType) |
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(ZendeskAuthenticationType, ZendeskAuthenticationType) |
Determines if two ZendeskAuthenticationType values are the same. |
Implicit(String to ZendeskAuthenticationType) |
Converts a string to a ZendeskAuthenticationType. |
Inequality(ZendeskAuthenticationType, ZendeskAuthenticationType) |
Determines if two ZendeskAuthenticationType values are not the same. |
Applies to
Azure SDK for .NET