AppLinkEastWestGatewayVisibility 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.
East-West gateway visibility.
public readonly struct AppLinkEastWestGatewayVisibility : IEquatable<Azure.ResourceManager.AppNetwork.Models.AppLinkEastWestGatewayVisibility>
type AppLinkEastWestGatewayVisibility = struct
Public Structure AppLinkEastWestGatewayVisibility
Implements IEquatable(Of AppLinkEastWestGatewayVisibility)
- Inheritance
-
AppLinkEastWestGatewayVisibility
- Implements
Constructors
| Name | Description |
|---|---|
| AppLinkEastWestGatewayVisibility(String) |
Initializes a new instance of AppLinkEastWestGatewayVisibility. |
Properties
| Name | Description |
|---|---|
| External |
Use an external load balancer for the east-west gateway. |
| Internal |
Use an internal load balancer for the east-west gateway. |
Methods
| Name | Description |
|---|---|
| Equals(AppLinkEastWestGatewayVisibility) |
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(AppLinkEastWestGatewayVisibility, AppLinkEastWestGatewayVisibility) |
Determines if two AppLinkEastWestGatewayVisibility values are the same. |
| Implicit(String to AppLinkEastWestGatewayVisibility) |
Converts a string to a AppLinkEastWestGatewayVisibility. |
| Implicit(String to Nullable<AppLinkEastWestGatewayVisibility>) | |
| Inequality(AppLinkEastWestGatewayVisibility, AppLinkEastWestGatewayVisibility) |
Determines if two AppLinkEastWestGatewayVisibility values are not the same. |