Share via


ZendeskAuthenticationType Struct

Definition

The authentication type to use.

public readonly struct ZendeskAuthenticationType : IEquatable<Azure.ResourceManager.DataFactory.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