Sdílet prostřednictvím


AzureApplicationGatewayRedirectConfigurationBase.RedirectType Property

Definition

[System.Management.Automation.Parameter(HelpMessage="The type of redirect", Mandatory=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
[System.Management.Automation.ValidateSet(new System.String[] { "Permanent", "Found", "SeeOther", "Temporary" }, IgnoreCase=true)]
public string RedirectType { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The type of redirect", Mandatory=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
[<System.Management.Automation.ValidateSet(new System.String[] { "Permanent", "Found", "SeeOther", "Temporary" }, IgnoreCase=true)>]
member this.RedirectType : string with get, set
Public Property RedirectType As String

Property Value

Attributes

Applies to