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

ApplicationGatewayUnAuthorizedRequestAction Struct

Definition

Unauthorized request action.

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

Constructors

Name Description
ApplicationGatewayUnAuthorizedRequestAction(String)

Initializes a new instance of ApplicationGatewayUnAuthorizedRequestAction.

Properties

Name Description
Allow

Allow.

Deny

Deny.

Methods

Name Description
Equals(ApplicationGatewayUnAuthorizedRequestAction)

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(ApplicationGatewayUnAuthorizedRequestAction, ApplicationGatewayUnAuthorizedRequestAction)

Determines if two ApplicationGatewayUnAuthorizedRequestAction values are the same.

Implicit(String to ApplicationGatewayUnAuthorizedRequestAction)

Converts a String to a ApplicationGatewayUnAuthorizedRequestAction.

Inequality(ApplicationGatewayUnAuthorizedRequestAction, ApplicationGatewayUnAuthorizedRequestAction)

Determines if two ApplicationGatewayUnAuthorizedRequestAction values are not the same.

Applies to