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