你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DeliveryRuleAction Struct

Definition

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

Applies to