UriRewriteActionType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET