Interface TrafficManagerAzureEndpoint
-
- All Superinterfaces:
ChildResource<TrafficManagerProfile>,ExternalChildResource<TrafficManagerEndpoint,TrafficManagerProfile>,HasInnerModel<EndpointInner>,HasName,HasParent<TrafficManagerProfile>,Indexable,Refreshable<TrafficManagerEndpoint>,TrafficManagerEndpoint
public interface TrafficManagerAzureEndpoint extends TrafficManagerEndpoint
An immutable client-side representation of an Azure traffic manager profile Azure endpoint.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.azure.resourcemanager.trafficmanager.models.TrafficManagerEndpoint
TrafficManagerEndpoint.Definition<ParentT>, TrafficManagerEndpoint.DefinitionStages, TrafficManagerEndpoint.Update, TrafficManagerEndpoint.UpdateAzureEndpoint, TrafficManagerEndpoint.UpdateDefinition<ParentT>, TrafficManagerEndpoint.UpdateDefinitionStages, TrafficManagerEndpoint.UpdateExternalEndpoint, TrafficManagerEndpoint.UpdateNestedProfileEndpoint, TrafficManagerEndpoint.UpdateStages
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringtargetAzureResourceId()TargetAzureResourceTypetargetResourceType()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.ExternalChildResource
id
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent
parent
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
Methods inherited from interface com.azure.resourcemanager.trafficmanager.models.TrafficManagerEndpoint
customHeaders, endpointType, geographicLocationCodes, isEnabled, monitorStatus, routingPriority, routingWeight, subnets
-
-
-
-
Method Detail
-
targetAzureResourceId
String targetAzureResourceId()
- Returns:
- the resource id of the target Azure resource.
-
targetResourceType
TargetAzureResourceType targetResourceType()
- Returns:
- the type of the target Azure resource.
-
-