SessionNetworkStatus 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.
Network status for the sessions.
public readonly struct SessionNetworkStatus : IEquatable<Azure.ResourceManager.AppContainers.Models.SessionNetworkStatus>
type SessionNetworkStatus = struct
Public Structure SessionNetworkStatus
Implements IEquatable(Of SessionNetworkStatus)
- Inheritance
-
SessionNetworkStatus
- Implements
Constructors
| Name | Description |
|---|---|
| SessionNetworkStatus(String) |
Initializes a new instance of SessionNetworkStatus. |
Properties
| Name | Description |
|---|---|
| EgressDisabled |
EgressDisabled. |
| EgressEnabled |
EgressEnabled. |
Methods
| Name | Description |
|---|---|
| Equals(SessionNetworkStatus) |
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(SessionNetworkStatus, SessionNetworkStatus) |
Determines if two SessionNetworkStatus values are the same. |
| Implicit(String to SessionNetworkStatus) |
Converts a String to a SessionNetworkStatus. |
| Inequality(SessionNetworkStatus, SessionNetworkStatus) |
Determines if two SessionNetworkStatus values are not the same. |