UriRewriteActionType Struct

Definition

The UriRewriteActionType.

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

Constructors

UriRewriteActionType(String)

Initializes a new instance of UriRewriteActionType.

Properties

UriRewriteAction

DeliveryRuleUrlRewriteActionParameters.

Methods

Equals(UriRewriteActionType)

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

Equality(UriRewriteActionType, UriRewriteActionType)

Determines if two UriRewriteActionType values are the same.

Implicit(String to UriRewriteActionType)

Converts a string to a UriRewriteActionType.

Inequality(UriRewriteActionType, UriRewriteActionType)

Determines if two UriRewriteActionType values are not the same.

Applies to