StorageNetworkBypass 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.
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.
public readonly struct StorageNetworkBypass : IEquatable<Azure.ResourceManager.Storage.Models.StorageNetworkBypass>
type StorageNetworkBypass = struct
Public Structure StorageNetworkBypass
Implements IEquatable(Of StorageNetworkBypass)
- Inheritance
-
StorageNetworkBypass
- Implements
Constructors
StorageNetworkBypass(String) |
Initializes a new instance of StorageNetworkBypass. |
Properties
AzureServices |
AzureServices. |
Logging |
Logging. |
Metrics |
Metrics. |
None |
None. |
Methods
Equals(StorageNetworkBypass) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(StorageNetworkBypass, StorageNetworkBypass) |
Determines if two StorageNetworkBypass values are the same. |
Implicit(String to StorageNetworkBypass) |
Converts a string to a StorageNetworkBypass. |
Inequality(StorageNetworkBypass, StorageNetworkBypass) |
Determines if two StorageNetworkBypass values are not the same. |
Applies to
Azure SDK for .NET