public interface TrafficManagerProfile extends GroupableResource<com.microsoft.azure.management.trafficmanager.implementation.TrafficManager,com.microsoft.azure.management.trafficmanager.implementation.ProfileInner>, Refreshable<TrafficManagerProfile>, Updatable<TrafficManagerProfile.Update>
Modifier and Type | Interface and Description |
---|---|
static interface |
TrafficManagerProfile.Definition
The entirety of the traffic manager profile definition.
|
static interface |
TrafficManagerProfile.DefinitionStages
Grouping of traffic manager profile definition stages.
|
static interface |
TrafficManagerProfile.Update
The template for an update operation, containing all the settings that can be modified.
|
static interface |
TrafficManagerProfile.UpdateStages
Grouping of traffic manager update stages.
|
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T>
Modifier and Type | Method and Description |
---|---|
Map<String,TrafficManagerAzureEndpoint> |
azureEndpoints() |
String |
dnsLabel() |
Map<String,TrafficManagerExternalEndpoint> |
externalEndpoints() |
String |
fqdn() |
boolean |
isEnabled() |
String |
monitoringPath() |
long |
monitoringPort() |
ProfileMonitorStatus |
monitorStatus() |
Map<String,TrafficManagerNestedProfileEndpoint> |
nestedProfileEndpoints() |
long |
timeToLive() |
TrafficRoutingMethod |
trafficRoutingMethod() |
region, regionName, tags, type
key
id
name
resourceGroupName
manager
inner
refresh, refreshAsync
String dnsLabel()
String fqdn()
long timeToLive()
boolean isEnabled()
TrafficRoutingMethod trafficRoutingMethod()
ProfileMonitorStatus monitorStatus()
long monitoringPort()
String monitoringPath()
Map<String,TrafficManagerExternalEndpoint> externalEndpoints()
Map<String,TrafficManagerAzureEndpoint> azureEndpoints()
Map<String,TrafficManagerNestedProfileEndpoint> nestedProfileEndpoints()
Copyright © 2019. All rights reserved.