次の方法で共有


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

Applies to