UnauthenticatedClientActionV2 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.UnauthenticatedClientActionV2TypeConverter))]
public struct UnauthenticatedClientActionV2 : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UnauthenticatedClientActionV2>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.UnauthenticatedClientActionV2TypeConverter))>]
type UnauthenticatedClientActionV2 = struct
interface IArgumentCompleter
Public Structure UnauthenticatedClientActionV2
Implements IArgumentCompleter, IEquatable(Of UnauthenticatedClientActionV2)
- Inheritance
-
UnauthenticatedClientActionV2
- Attributes
- Implements
Fields
AllowAnonymous | |
RedirectToLoginPage | |
Return401 | |
Return403 |
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 UnauthenticatedClientActionV2 (override for Object) |
Equals(UnauthenticatedClientActionV2) |
Compares values of enum type UnauthenticatedClientActionV2 |
GetHashCode() |
Returns hashCode for enum UnauthenticatedClientActionV2 |
ToString() |
Returns string representation for UnauthenticatedClientActionV2 |
Operators
Equality(UnauthenticatedClientActionV2, UnauthenticatedClientActionV2) |
Overriding == operator for enum UnauthenticatedClientActionV2 |
Implicit(String to UnauthenticatedClientActionV2) |
Implicit operator to convert string to UnauthenticatedClientActionV2 |
Implicit(UnauthenticatedClientActionV2 to String) |
Implicit operator to convert UnauthenticatedClientActionV2 to string |
Inequality(UnauthenticatedClientActionV2, UnauthenticatedClientActionV2) |
Overriding != operator for enum UnauthenticatedClientActionV2 |