Struct Bypass | Azure SDK for Net
Jessica Wood
Published Feb 16, 2026
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.
Namespace: Azure.ResourceManager.Storage.Models
Assembly: Azure.ResourceManager.Storage.dll
Syntax
public struct Bypass : IEquatable<Azure.ResourceManager.Storage.Models.Bypass> Constructors
Bypass(String)
Determines if two Bypass values are the same.
Declaration
public Bypass (string value); Parameters
Properties
AzureServices
AzureServices.
Declaration
public static Azure.ResourceManager.Storage.Models.Bypass AzureServices { get; } Property Value
Logging
Declaration
public static Azure.ResourceManager.Storage.Models.Bypass Logging { get; } Property Value
Metrics
Declaration
public static Azure.ResourceManager.Storage.Models.Bypass Metrics { get; } Property Value
None
Declaration
public static Azure.ResourceManager.Storage.Models.Bypass None { get; } Property Value
Methods
Equals(Bypass)
Declaration
public bool Equals (Azure.ResourceManager.Storage.Models.Bypass other); Parameters
Returns
Equals(Object)
Declaration
[System.ComponentModel.EditorBrowsable]
public override bool Equals (object obj); Parameters
Returns
GetHashCode()
Declaration
[System.ComponentModel.EditorBrowsable]
public override int GetHashCode (); Returns
ToString()
Declaration
public override string ToString (); Returns
Operators
Equality(Bypass, Bypass)
Determines if two Bypass values are the same.
Declaration
public static bool operator == (Azure.ResourceManager.Storage.Models.Bypass left, Azure.ResourceManager.Storage.Models.Bypass right); Parameters
Returns
Implicit(String to Bypass)
Converts a string to a Bypass.
Declaration
public static implicit operator Azure.ResourceManager.Storage.Models.Bypass (string value); Parameters
Returns
Inequality(Bypass, Bypass)
Determines if two Bypass values are not the same.
Declaration
public static bool operator != (Azure.ResourceManager.Storage.Models.Bypass left, Azure.ResourceManager.Storage.Models.Bypass right);