IdentityProviderType 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 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 as Identity provider. |
|
Google as Identity provider. |
|
Microsoft |
Microsoft Live as Identity provider. |
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
Azure SDK for .NET