RuleCacheBehavior 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.
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
HonorOrigin | |
OverrideAlways | |
OverrideIfOriginMissing |
Methods
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
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 |