DeliveryRuleAction 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 name of the action for the delivery rule.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.DeliveryRuleActionTypeConverter))]
public struct DeliveryRuleAction : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.DeliveryRuleAction>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.DeliveryRuleActionTypeConverter))>]
type DeliveryRuleAction = struct
interface IArgumentCompleter
Public Structure DeliveryRuleAction
Implements IArgumentCompleter, IEquatable(Of DeliveryRuleAction)
- Inheritance
-
DeliveryRuleAction
- Attributes
- Implements
Fields
CacheExpiration | |
CacheKeyQueryString | |
ModifyRequestHeader | |
ModifyResponseHeader | |
OriginGroupOverride | |
RouteConfigurationOverride | |
UrlRedirect | |
UrlRewrite | |
UrlSigning |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(DeliveryRuleAction) |
Compares values of enum type DeliveryRuleAction |
Equals(Object) |
Compares values of enum type DeliveryRuleAction (override for Object) |
GetHashCode() |
Returns hashCode for enum DeliveryRuleAction |
ToString() |
Returns string representation for DeliveryRuleAction |
Operators
Equality(DeliveryRuleAction, DeliveryRuleAction) |
Overriding == operator for enum DeliveryRuleAction |
Implicit(DeliveryRuleAction to String) |
Implicit operator to convert DeliveryRuleAction to string |
Implicit(String to DeliveryRuleAction) |
Implicit operator to convert string to DeliveryRuleAction |
Inequality(DeliveryRuleAction, DeliveryRuleAction) |
Overriding != operator for enum DeliveryRuleAction |