你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

UnauthenticatedClientAction Struct

Definition

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

Applies to