Show / Hide Table of Contents

Class EndpointDeliveryRuleUrlRedirectAction

Inheritance
System.Object
EndpointDeliveryRuleUrlRedirectAction
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 EndpointDeliveryRuleUrlRedirectAction

Fields

View Source

Fragment

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
View Source

Hostname

Specifies the hostname part of the URL.

Declaration
public readonly string Hostname
Field Value
Type Description
System.String
View Source

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
View Source

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
View Source

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
View Source

RedirectType

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

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