HciVmLoadBalancerBackendAddressAdminState 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 Admin states.
public readonly struct HciVmLoadBalancerBackendAddressAdminState : IEquatable<Azure.ResourceManager.Hci.Vm.Models.HciVmLoadBalancerBackendAddressAdminState>
type HciVmLoadBalancerBackendAddressAdminState = struct
Public Structure HciVmLoadBalancerBackendAddressAdminState
Implements IEquatable(Of HciVmLoadBalancerBackendAddressAdminState)
- Inheritance
-
HciVmLoadBalancerBackendAddressAdminState
- Implements
Constructors
| Name | Description |
|---|---|
| HciVmLoadBalancerBackendAddressAdminState(String) |
Initializes a new instance of HciVmLoadBalancerBackendAddressAdminState. |
Properties
| Name | Description |
|---|---|
| Down |
Down - forced admin state down. |
| Up |
Up - forced admin state up. |
Methods
| Name | Description |
|---|---|
| Equals(HciVmLoadBalancerBackendAddressAdminState) |
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
| Name | Description |
|---|---|
| Equality(HciVmLoadBalancerBackendAddressAdminState, HciVmLoadBalancerBackendAddressAdminState) |
Determines if two HciVmLoadBalancerBackendAddressAdminState values are the same. |
| Implicit(String to HciVmLoadBalancerBackendAddressAdminState) |
Converts a string to a HciVmLoadBalancerBackendAddressAdminState. |
| Implicit(String to Nullable<HciVmLoadBalancerBackendAddressAdminState>) | |
| Inequality(HciVmLoadBalancerBackendAddressAdminState, HciVmLoadBalancerBackendAddressAdminState) |
Determines if two HciVmLoadBalancerBackendAddressAdminState values are not the same. |