DeliveryRuleMatchVariable Struct

Definition

Request variable to compare with.

public readonly struct DeliveryRuleMatchVariable : IEquatable<Azure.ResourceManager.Cdn.Models.DeliveryRuleMatchVariable>
type DeliveryRuleMatchVariable = struct
Public Structure DeliveryRuleMatchVariable
Implements IEquatable(Of DeliveryRuleMatchVariable)
Inheritance
DeliveryRuleMatchVariable
Implements

Constructors

Name Description
DeliveryRuleMatchVariable(String)

Initializes a new instance of DeliveryRuleMatchVariable.

Properties

Name Description
ClientPort

Gets the ClientPort.

Cookies

Gets the Cookies.

HostName

Gets the HostName.

HttpVersion

Gets the HttpVersion.

IsDevice

Gets the IsDevice.

PostArgs

Gets the PostArgs.

QueryString

Gets the QueryString.

RemoteAddress

Gets the RemoteAddress.

RequestBody

Gets the RequestBody.

RequestHeader

Gets the RequestHeader.

RequestMethod

Gets the RequestMethod.

RequestScheme

Gets the RequestScheme.

RequestUri

Gets the RequestUri.

ServerPort

Gets the ServerPort.

SocketAddr

Gets the SocketAddr.

SslProtocol

Gets the SslProtocol.

UrlFileExtension

Gets the UrlFileExtension.

UrlFileName

Gets the UrlFileName.

UrlPath

Gets the UrlPath.

Methods

Name Description
Equals(DeliveryRuleMatchVariable)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(DeliveryRuleMatchVariable, DeliveryRuleMatchVariable)

Determines if two DeliveryRuleMatchVariable values are the same.

Implicit(String to DeliveryRuleMatchVariable)

Converts a string to a DeliveryRuleMatchVariable.

Implicit(String to Nullable<DeliveryRuleMatchVariable>)
Inequality(DeliveryRuleMatchVariable, DeliveryRuleMatchVariable)

Determines if two DeliveryRuleMatchVariable values are not the same.

Applies to