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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Support.MultiFactorAuthProviderTypeConverter))]
public struct MultiFactorAuthProvider : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Support.MultiFactorAuthProvider>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Support.MultiFactorAuthProviderTypeConverter))>]
type MultiFactorAuthProvider = struct
interface IArgumentCompleter
Public Structure MultiFactorAuthProvider
Implements IArgumentCompleter, IEquatable(Of MultiFactorAuthProvider)
- Inheritance
-
MultiFactorAuthProvider
- Attributes
- Implements
Fields
Azure | |
None |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(MultiFactorAuthProvider) |
Compares values of enum type MultiFactorAuthProvider |
Equals(Object) |
Compares values of enum type MultiFactorAuthProvider (override for Object) |
GetHashCode() |
Returns hashCode for enum MultiFactorAuthProvider |
ToString() |
Returns string representation for MultiFactorAuthProvider |
Operators
Equality(MultiFactorAuthProvider, MultiFactorAuthProvider) |
Overriding == operator for enum MultiFactorAuthProvider |
Implicit(MultiFactorAuthProvider to String) |
Implicit operator to convert MultiFactorAuthProvider to string |
Implicit(String to MultiFactorAuthProvider) |
Implicit operator to convert string to MultiFactorAuthProvider |
Inequality(MultiFactorAuthProvider, MultiFactorAuthProvider) |
Overriding != operator for enum MultiFactorAuthProvider |