Idioma

UnauthenticatedRequestAction Struct

Definition

Action to take when a request is unauthenticated.

public readonly struct UnauthenticatedRequestAction : IEquatable<Azure.ResourceManager.Network.Models.UnauthenticatedRequestAction>
type UnauthenticatedRequestAction = struct
Public Structure UnauthenticatedRequestAction
Implements IEquatable(Of UnauthenticatedRequestAction)
Inheritance
UnauthenticatedRequestAction
Implements

Constructors

Name Description
UnauthenticatedRequestAction(String)

Initializes a new instance of UnauthenticatedRequestAction.

Properties

Name Description
Allow

Allow the request to pass through without authentication.

Authenticate

Redirect the request to the authentication provider. Only valid for the user authentication capability.

Deny

Deny the request when no credential is presented.

Methods

Name Description
Equals(UnauthenticatedRequestAction)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(UnauthenticatedRequestAction, UnauthenticatedRequestAction)

Determines if two UnauthenticatedRequestAction values are the same.

Implicit(String to Nullable<UnauthenticatedRequestAction>)
Implicit(String to UnauthenticatedRequestAction)

Converts a string to a UnauthenticatedRequestAction.

Inequality(UnauthenticatedRequestAction, UnauthenticatedRequestAction)

Determines if two UnauthenticatedRequestAction values are not the same.

Applies to