你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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