ApplicationGatewayRedirectType Class

Definition

Defines values for ApplicationGatewayRedirectType.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayRedirectType>))]
public class ApplicationGatewayRedirectType : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayRedirectType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayRedirectType>))>]
type ApplicationGatewayRedirectType = class
    inherit ExpandableStringEnum<ApplicationGatewayRedirectType>
Public Class ApplicationGatewayRedirectType
Inherits ExpandableStringEnum(Of ApplicationGatewayRedirectType)
Inheritance
Attributes
Newtonsoft.Json.JsonConverterAttribute

Constructors

ApplicationGatewayRedirectType()

Fields

Found
Permanent
SeeOther
Temporary

Properties

Value (Inherited from ExpandableStringEnum<T>)

Methods

Equals(Object) (Inherited from ExpandableStringEnum<T>)
Equals(String) (Inherited from ExpandableStringEnum<T>)
GetHashCode() (Inherited from ExpandableStringEnum<T>)
ToString() (Inherited from ExpandableStringEnum<T>)

Applies to