AppPlatformServiceTrafficDirection 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.
The direction of required traffic.
public readonly struct AppPlatformServiceTrafficDirection : IEquatable<Azure.ResourceManager.AppPlatform.Models.AppPlatformServiceTrafficDirection>
type AppPlatformServiceTrafficDirection = struct
Public Structure AppPlatformServiceTrafficDirection
Implements IEquatable(Of AppPlatformServiceTrafficDirection)
- Inheritance
-
System.ValueTypeAppPlatformServiceTrafficDirection
- Implements
-
System.IEquatable<AppPlatformServiceTrafficDirection>
Constructors
| AppPlatformServiceTrafficDirection(String) |
Initializes a new instance of AppPlatformServiceTrafficDirection. |
Properties
| Inbound |
Inbound. |
| Outbound |
Outbound. |
Methods
| Equals(AppPlatformServiceTrafficDirection) |
Indicates whether the current object is equal to another object of the same type. |
| Equals(Object) |
Indicates whether this instance and a specified object are equal. |
| GetHashCode() |
Returns the hash code for this instance. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Equality(AppPlatformServiceTrafficDirection, AppPlatformServiceTrafficDirection) |
Determines if two AppPlatformServiceTrafficDirection values are the same. |
| Implicit(String to AppPlatformServiceTrafficDirection) |
Converts a System.String to a AppPlatformServiceTrafficDirection. |
| Inequality(AppPlatformServiceTrafficDirection, AppPlatformServiceTrafficDirection) |
Determines if two AppPlatformServiceTrafficDirection values are not the same. |