MultiFactorAuthProvider 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 multi-factor authorization provider to be used for just-in-time access requests.
public readonly struct MultiFactorAuthProvider : IEquatable<Azure.ResourceManager.ManagedServices.Models.MultiFactorAuthProvider>
type MultiFactorAuthProvider = struct
Public Structure MultiFactorAuthProvider
Implements IEquatable(Of MultiFactorAuthProvider)
- Inheritance
-
MultiFactorAuthProvider
- Implements
Constructors
MultiFactorAuthProvider(String) |
Initializes a new instance of MultiFactorAuthProvider. |
Properties
Azure |
Azure. |
None |
None. |
Methods
Equals(MultiFactorAuthProvider) |
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(MultiFactorAuthProvider, MultiFactorAuthProvider) |
Determines if two MultiFactorAuthProvider values are the same. |
Implicit(String to MultiFactorAuthProvider) |
Converts a string to a MultiFactorAuthProvider. |
Inequality(MultiFactorAuthProvider, MultiFactorAuthProvider) |
Determines if two MultiFactorAuthProvider values are not the same. |
Applies to
Azure SDK for .NET