public interface TrafficManagerProfile extends com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource<com.microsoft.azure.management.trafficmanager.implementation.TrafficManager,com.microsoft.azure.management.trafficmanager.implementation.ProfileInner>, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<TrafficManagerProfile>, com.microsoft.azure.management.resources.fluentcore.model.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.
|
com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithRegion<T>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags<T>, com.microsoft.azure.management.resources.fluentcore.arm.models.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, typekeyidnameresourceGroupNamemanagerinnerString 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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/