EndpointResourceDescription.IpAddressOrFqdn Property

Definition

Gets the IP address associated with this endpoint resource.

public string IpAddressOrFqdn { get; set; }
member this.IpAddressOrFqdn : string with get, set
Public Property IpAddressOrFqdn As String

Property Value

Returns he IP address associated with this endpoint resource.

Remarks

If CodePackageRef attribute was specified in endpoint resource in service manifest and referenced code package CodePackageName had specified network settings for explicit IP address assignment, its value is the IP address that was assigned to this code package by Service Fabric runtime. For all other cases, its value is the IP address (or FQDN) of the machine on which service is running.

Applies to