Share via


ApplicationGatewayRedirectType Struct

Definition

Redirect type enum.

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

Constructors

ApplicationGatewayRedirectType(String)

Initializes a new instance of ApplicationGatewayRedirectType.

Properties

Found

Found.

Permanent

Permanent.

SeeOther

SeeOther.

Temporary

Temporary.

Methods

Equals(ApplicationGatewayRedirectType)

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

Equality(ApplicationGatewayRedirectType, ApplicationGatewayRedirectType)

Determines if two ApplicationGatewayRedirectType values are the same.

Implicit(String to ApplicationGatewayRedirectType)

Converts a string to a ApplicationGatewayRedirectType.

Inequality(ApplicationGatewayRedirectType, ApplicationGatewayRedirectType)

Determines if two ApplicationGatewayRedirectType values are not the same.

Applies to