Udostępnij przez


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

Name Description
UriRewriteActionType(String)

Initializes a new instance of UriRewriteActionType.

Properties

Name Description
UriRewriteAction

DeliveryRuleUrlRewriteActionParameters.

Methods

Name Description
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

Name Description
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