public interface TrafficManagerEndpoint extends ExternalChildResource<TrafficManagerEndpoint,TrafficManagerProfile>, HasInner<com.microsoft.azure.management.trafficmanager.implementation.EndpointInner>
Modifier and Type | Interface and Description |
---|---|
static interface |
TrafficManagerEndpoint.Definition<ParentT>
The entirety of a traffic manager profile endpoint definition as a part of parent definition.
|
static interface |
TrafficManagerEndpoint.DefinitionStages
Grouping of traffic manager profile endpoint definition stages as a part of parent traffic manager
profile definition.
|
static interface |
TrafficManagerEndpoint.Update
the set of configurations that can be updated for all endpoint irrespective of their type (Azure, external, nested profile).
|
static interface |
TrafficManagerEndpoint.UpdateAzureEndpoint
The entirety of an Azure endpoint update as a part of parent traffic manager profile profile update.
|
static interface |
TrafficManagerEndpoint.UpdateDefinition<ParentT>
The entirety of a traffic manager profile endpoint definition as a part of parent update.
|
static interface |
TrafficManagerEndpoint.UpdateDefinitionStages
Grouping of traffic manager profile endpoint definition stages as a part of parent traffic manager
profile update.
|
static interface |
TrafficManagerEndpoint.UpdateExternalEndpoint
The entirety of an external endpoint update as a part of parent traffic manager profile profile update.
|
static interface |
TrafficManagerEndpoint.UpdateNestedProfileEndpoint
The entirety of a nested profile endpoint update as a part of parent traffic manager profile profile update.
|
static interface |
TrafficManagerEndpoint.UpdateStages
Grouping of traffic manager profile endpoint update stages.
|
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
customHeaders() |
EndpointType |
endpointType() |
Set<String> |
geographicLocationCodes() |
boolean |
isEnabled() |
EndpointMonitorStatus |
monitorStatus() |
long |
routingPriority() |
long |
routingWeight() |
Collection<EndpointPropertiesSubnetsItem> |
subnets() |
id
key
name
parent
refresh, refreshAsync
EndpointType endpointType()
EndpointMonitorStatus monitorStatus()
boolean isEnabled()
long routingWeight()
long routingPriority()
Set<String> geographicLocationCodes()
Collection<EndpointPropertiesSubnetsItem> subnets()
Copyright © 2019. All rights reserved.