Show / Hide Table of Contents

Class EndpointDeliveryRuleUrlRedirectActionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
EndpointDeliveryRuleUrlRedirectActionArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Cdn.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class EndpointDeliveryRuleUrlRedirectActionArgs : ResourceArgs

Constructors

View Source

EndpointDeliveryRuleUrlRedirectActionArgs()

Declaration
public EndpointDeliveryRuleUrlRedirectActionArgs()

Properties

View Source

Fragment

Specifies the fragment part of the URL. This value must not start with a #.

Declaration
public Input<string> Fragment { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Hostname

Specifies the hostname part of the URL.

Declaration
public Input<string> Hostname { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Path

Specifies the path part of the URL. This value must begin with a /.

Declaration
public Input<string> Path { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Protocol

Specifies the protocol part of the URL. Valid values are Http and Https.

Declaration
public Input<string> Protocol { get; set; }
Property Value
Type Description
Input<System.String>
View Source

QueryString

Specifies the query string part of the URL. This value must not start with a ? or &amp; and must be in &lt;key>=&lt;value> format separated by &amp;.

Declaration
public Input<string> QueryString { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RedirectType

Type of the redirect. Valid values are Found, Moved, PermanentRedirect and TemporaryRedirect.

Declaration
public Input<string> RedirectType { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.