Condividi tramite


Bypass Struct

Definition

Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Possible values are any combination of Logging|Metrics|AzureServices (For example, "Logging, Metrics"), or None to bypass none of those traffics.

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

Fields

AzureServices
Logging
Metrics
None

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

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

Equals(Bypass)

Compares values of enum type Bypass

Equals(Object)

Compares values of enum type Bypass (override for Object)

GetHashCode()

Returns hashCode for enum Bypass

ToString()

Returns string representation for Bypass

Operators

Equality(Bypass, Bypass)

Overriding == operator for enum Bypass

Implicit(Bypass to String)

Implicit operator to convert Bypass to string

Implicit(String to Bypass)

Implicit operator to convert string to Bypass

Inequality(Bypass, Bypass)

Overriding != operator for enum Bypass

Applies to