Show / Hide Table of Contents

Class PageRuleActionsForwardingUrl

Inheritance
System.Object
PageRuleActionsForwardingUrl
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.Cloudflare.Outputs
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class PageRuleActionsForwardingUrl

Fields

View Source

StatusCode

The status code to use for the redirection.

Declaration
public readonly int StatusCode
Field Value
Type Description
System.Int32
View Source

Url

The URL to which the page rule should forward.

Declaration
public readonly string Url
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.