TrafficManagerProfile Interface
public interface TrafficManagerProfile extends GroupableResource<TrafficManager, ProfileInner>,Refreshable,Updatable<TrafficManagerProfile.Update>
An immutable client-side representation of an Azure traffic manager profile.
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String, Traffic |
azureEndpoints() |
String | dnsLabel() |
Map<String, Traffic |
externalEndpoints() |
String | fqdn() |
boolean | isEnabled() |
String | monitoringPath() |
long | monitoringPort() |
Profile |
monitorStatus() |
Map<String, Traffic |
nestedProfileEndpoints() |
long | timeToLive() |
Traffic |
trafficRoutingMethod() |
Inherited Members
Method Details
azureEndpoints
public Map
Returns:
dnsLabel
public String dnsLabel()
Returns:
externalEndpoints
public Map
Returns:
fqdn
public String fqdn()
Returns:
isEnabled
public boolean isEnabled()
Returns:
monitoringPath
public String monitoringPath()
Returns:
monitoringPort
public long monitoringPort()
Returns:
monitorStatus
public ProfileMonitorStatus monitorStatus()
Returns:
nestedProfileEndpoints
public Map
Returns:
timeToLive
public long timeToLive()
Returns:
trafficRoutingMethod
public TrafficRoutingMethod trafficRoutingMethod()
Returns:
Applies to
Azure SDK for Java