NetworkEndpointSnapshot Class
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.
Represents an AllocatedEndpoint snapshot associated with a specific network.
public class NetworkEndpointSnapshot : IEquatable<Aspire.Hosting.ApplicationModel.NetworkEndpointSnapshot>
type NetworkEndpointSnapshot = class
interface IEquatable<NetworkEndpointSnapshot>
Public Class NetworkEndpointSnapshot
Implements IEquatable(Of NetworkEndpointSnapshot)
- Inheritance
-
NetworkEndpointSnapshot
- Implements
Constructors
| NetworkEndpointSnapshot(NetworkEndpointSnapshot) | |
| NetworkEndpointSnapshot(ValueSnapshot<AllocatedEndpoint>, NetworkIdentifier) |
Represents an AllocatedEndpoint snapshot associated with a specific network. |
Properties
| EqualityContract | |
| NetworkID |
The ID of the network that is associated with the AllocatedEndpoint snapshot. |
| Snapshot |
AllocatedEndpoint snapshot |
Methods
| <Clone>$() | |
| Deconstruct(ValueSnapshot<AllocatedEndpoint>, NetworkIdentifier) | |
| Equals(NetworkEndpointSnapshot) | |
| Equals(Object) | |
| GetHashCode() | |
| PrintMembers(StringBuilder) | |
| ToString() |
Operators
| Equality(NetworkEndpointSnapshot, NetworkEndpointSnapshot) | |
| Inequality(NetworkEndpointSnapshot, NetworkEndpointSnapshot) |