CacheBehavior 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.CacheBehaviorTypeConverter))]
public struct CacheBehavior : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.CacheBehavior>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.CacheBehaviorTypeConverter))>]
type CacheBehavior = struct
interface IArgumentCompleter
Public Structure CacheBehavior
Implements IArgumentCompleter, IEquatable(Of CacheBehavior)
- Inheritance
-
CacheBehavior
- Attributes
- Implements
Fields
BypassCache | |
Override | |
SetIfMissing |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(CacheBehavior) |
Compares values of enum type CacheBehavior |
Equals(Object) |
Compares values of enum type CacheBehavior (override for Object) |
GetHashCode() |
Returns hashCode for enum CacheBehavior |
ToString() |
Returns string representation for CacheBehavior |
Operators
Equality(CacheBehavior, CacheBehavior) |
Overriding == operator for enum CacheBehavior |
Implicit(CacheBehavior to String) |
Implicit operator to convert CacheBehavior to string |
Implicit(String to CacheBehavior) |
Implicit operator to convert string to CacheBehavior |
Inequality(CacheBehavior, CacheBehavior) |
Overriding != operator for enum CacheBehavior |