Class EndpointDeliveryRuleUrlRedirectActionArgs
Inherited Members
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 SourceEndpointDeliveryRuleUrlRedirectActionArgs()
Declaration
public EndpointDeliveryRuleUrlRedirectActionArgs()
Properties
View SourceFragment
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> |
Hostname
Specifies the hostname part of the URL.
Declaration
public Input<string> Hostname { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
QueryString
Specifies the query string part of the URL. This value must not start with a ? or & and must be in <key>=<value> format separated by &.
Declaration
public Input<string> QueryString { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |