GatewayInformation 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.
Contains information identifying a Service Fabric node in the cluster.
public sealed class GatewayInformation
type GatewayInformation = class
Public NotInheritable Class GatewayInformation
- Inheritance
-
GatewayInformation
Properties
NodeAddress |
Gets the address that Service Fabric clients use when connecting to this node (as specified in the Cluster Manifest). |
NodeId |
The unique identifier used internally by Service Fabric to identify a node. |
NodeInstanceId |
The instance of a Service Fabric node changes when the node is restarted. |
NodeName |
The friendly name of the Service Fabric node (defined in the Cluster Manifest) used to generate the NodeId. |
Applies to
Azure SDK for .NET