次の方法で共有


UnauthenticatedClientAction Struct

Definition

The action to take when an unauthenticated client attempts to access the app.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.UnauthenticatedClientActionTypeConverter))]
public struct UnauthenticatedClientAction : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.UnauthenticatedClientAction>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.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