EndpointResourceDescription.IpAddressOrFqdn Property
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.
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
Azure SDK for .NET