Class EndpointGlobalDeliveryRuleUrlRedirectAction
Inheritance
System.Object
EndpointGlobalDeliveryRuleUrlRedirectAction
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class EndpointGlobalDeliveryRuleUrlRedirectAction
Fields
View SourceFragment
Specifies the fragment part of the URL. This value must not start with a #.
Declaration
public readonly string Fragment
Field Value
| Type | Description |
|---|---|
| System.String |
Hostname
Specifies the hostname part of the URL.
Declaration
public readonly string Hostname
Field Value
| Type | Description |
|---|---|
| System.String |
Path
Specifies the path part of the URL. This value must begin with a /.
Declaration
public readonly string Path
Field Value
| Type | Description |
|---|---|
| System.String |
Protocol
Specifies the protocol part of the URL. Valid values are Http and Https.
Declaration
public readonly string Protocol
Field Value
| Type | Description |
|---|---|
| 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 readonly string QueryString
Field Value
| Type | Description |
|---|---|
| System.String |
RedirectType
Type of the redirect. Valid values are Found, Moved, PermanentRedirect and TemporaryRedirect.
Declaration
public readonly string RedirectType
Field Value
| Type | Description |
|---|---|
| System.String |