Udostępnij przez


RuleCacheBehavior Struct

Definition

Caching behavior for the requests

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.RuleCacheBehaviorTypeConverter))]
public struct RuleCacheBehavior : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.RuleCacheBehavior>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.RuleCacheBehaviorTypeConverter))>]
type RuleCacheBehavior = struct
    interface IArgumentCompleter
Public Structure RuleCacheBehavior
Implements IArgumentCompleter, IEquatable(Of RuleCacheBehavior)
Inheritance
RuleCacheBehavior
Attributes
Implements

Fields

Name Description
HonorOrigin
OverrideAlways
OverrideIfOriginMissing

Methods

Name Description
CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type RuleCacheBehavior (override for Object)

Equals(RuleCacheBehavior)

Compares values of enum type RuleCacheBehavior

GetHashCode()

Returns hashCode for enum RuleCacheBehavior

ToString()

Returns string representation for RuleCacheBehavior

Operators

Name Description
Equality(RuleCacheBehavior, RuleCacheBehavior)

Overriding == operator for enum RuleCacheBehavior

Implicit(RuleCacheBehavior to String)

Implicit operator to convert RuleCacheBehavior to string

Implicit(String to RuleCacheBehavior)

Implicit operator to convert string to RuleCacheBehavior

Inequality(RuleCacheBehavior, RuleCacheBehavior)

Overriding != operator for enum RuleCacheBehavior

Applies to