QueryStringBehavior 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.QueryStringBehaviorTypeConverter))]
public struct QueryStringBehavior : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.QueryStringBehavior>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.QueryStringBehaviorTypeConverter))>]
type QueryStringBehavior = struct
interface IArgumentCompleter
Public Structure QueryStringBehavior
Implements IArgumentCompleter, IEquatable(Of QueryStringBehavior)
- Inheritance
-
QueryStringBehavior
- Attributes
- Implements
Fields
Exclude | |
ExcludeAll | |
Include | |
IncludeAll |
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 QueryStringBehavior (override for Object) |
Equals(QueryStringBehavior) |
Compares values of enum type QueryStringBehavior |
GetHashCode() |
Returns hashCode for enum QueryStringBehavior |
ToString() |
Returns string representation for QueryStringBehavior |
Operators
Equality(QueryStringBehavior, QueryStringBehavior) |
Overriding == operator for enum QueryStringBehavior |
Implicit(QueryStringBehavior to String) |
Implicit operator to convert QueryStringBehavior to string |
Implicit(String to QueryStringBehavior) |
Implicit operator to convert string to QueryStringBehavior |
Inequality(QueryStringBehavior, QueryStringBehavior) |
Overriding != operator for enum QueryStringBehavior |