Share via


UriRedirectActionType Struct

Definition

The UriRedirectActionType.

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

Constructors

UriRedirectActionType(String)

Initializes a new instance of UriRedirectActionType.

Properties

UriRedirectAction

DeliveryRuleUrlRedirectActionParameters.

Methods

Equals(UriRedirectActionType)

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(UriRedirectActionType, UriRedirectActionType)

Determines if two UriRedirectActionType values are the same.

Implicit(String to UriRedirectActionType)

Converts a string to a UriRedirectActionType.

Inequality(UriRedirectActionType, UriRedirectActionType)

Determines if two UriRedirectActionType values are not the same.

Applies to