Share via


IdentityProviderType Struct

Definition

The IdentityProviderType.

public readonly struct IdentityProviderType : IEquatable<Azure.ResourceManager.ApiManagement.Models.IdentityProviderType>
type IdentityProviderType = struct
Public Structure IdentityProviderType
Implements IEquatable(Of IdentityProviderType)
Inheritance
IdentityProviderType
Implements

Constructors

IdentityProviderType(String)

Initializes a new instance of IdentityProviderType.

Properties

Aad

Azure Active Directory as Identity provider.

AadB2C

Azure Active Directory B2C as Identity provider.

Facebook

Facebook as Identity provider.

Google

Google as Identity provider.

Microsoft

Microsoft Live as Identity provider.

Twitter

Twitter as Identity provider.

Methods

Equals(IdentityProviderType)

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(IdentityProviderType, IdentityProviderType)

Determines if two IdentityProviderType values are the same.

Implicit(String to IdentityProviderType)

Converts a string to a IdentityProviderType.

Inequality(IdentityProviderType, IdentityProviderType)

Determines if two IdentityProviderType values are not the same.

Applies to