Share via


BackendAddressSyncMode Struct

Definition

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