BackendAddressSyncMode 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.
Backend address synchronous mode for the backend pool.
public readonly struct BackendAddressSyncMode : IEquatable<Azure.ResourceManager.Network.Models.BackendAddressSyncMode>
type BackendAddressSyncMode = struct
Public Structure BackendAddressSyncMode
Implements IEquatable(Of BackendAddressSyncMode)
- Inheritance
-
BackendAddressSyncMode
- Implements
Constructors
BackendAddressSyncMode(String) |
Initializes a new instance of BackendAddressSyncMode. |
Properties
Automatic |
Automatic. |
Manual |
Manual. |
Methods
Equals(BackendAddressSyncMode) |
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(BackendAddressSyncMode, BackendAddressSyncMode) |
Determines if two BackendAddressSyncMode values are the same. |
Implicit(String to BackendAddressSyncMode) |
Converts a string to a BackendAddressSyncMode. |
Inequality(BackendAddressSyncMode, BackendAddressSyncMode) |
Determines if two BackendAddressSyncMode values are not the same. |
Applies to
Azure SDK for .NET