Interface TrafficManagerEndpoint.UpdateDefinitionStages
-
- Enclosing interface:
- TrafficManagerEndpoint
public static interface TrafficManagerEndpoint.UpdateDefinitionStagesGrouping of traffic manager profile endpoint definition stages as a part of parent traffic manager profile update.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceTrafficManagerEndpoint.UpdateDefinitionStages.AzureTargetEndpointBlank<ParentT>The first stage of a traffic manager profile Azure endpoint definition.static interfaceTrafficManagerEndpoint.UpdateDefinitionStages.ExternalTargetEndpointBlank<ParentT>The first stage of a traffic manager profile external endpoint definition.static interfaceTrafficManagerEndpoint.UpdateDefinitionStages.NestedProfileTargetEndpointBlank<ParentT>The first stage of a traffic manager profile nested profile endpoint definition.static interfaceTrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT>The final stage of the traffic manager profile endpoint definition.static interfaceTrafficManagerEndpoint.UpdateDefinitionStages.WithAzureResource<ParentT>The stage of the traffic manager profile Azure endpoint definition allowing to specify the ID of the target Azure resource.static interfaceTrafficManagerEndpoint.UpdateDefinitionStages.WithCustomHeader<ParentT>The stage of the traffic manager endpoint definition allowing to specify custom headers.static interfaceTrafficManagerEndpoint.UpdateDefinitionStages.WithEndpointThreshold<ParentT>The stage of the nested traffic manager profile endpoint definition allowing to specify the minimum endpoints to be online in the nested profile to consider it as not degraded.static interfaceTrafficManagerEndpoint.UpdateDefinitionStages.WithFqdn<ParentT>The stage of the traffic manager profile external endpoint definition allowing to specify the FQDN.static interfaceTrafficManagerEndpoint.UpdateDefinitionStages.WithGeographicLocation<ParentT>The stage of the traffic manager endpoint definition allowing to specify the geographic region.static interfaceTrafficManagerEndpoint.UpdateDefinitionStages.WithNestedProfile<ParentT>The stage of the traffic manager nested profile endpoint definition allowing to specify the profile.static interfaceTrafficManagerEndpoint.UpdateDefinitionStages.WithRoutingPriority<ParentT>The stage of the traffic manager endpoint definition allowing to specify the endpoint priority.static interfaceTrafficManagerEndpoint.UpdateDefinitionStages.WithRoutingWeight<ParentT>The stage of the traffic manager endpoint definition allowing to specify the endpoint weight.static interfaceTrafficManagerEndpoint.UpdateDefinitionStages.WithSourceTrafficRegion<ParentT>The stage of the traffic manager endpoint definition allowing to specify the location of the external endpoint.static interfaceTrafficManagerEndpoint.UpdateDefinitionStages.WithSourceTrafficRegionThenThreshold<ParentT>The stage of the traffic manager endpoint definition allowing to specify the location of the nested endpoint.static interfaceTrafficManagerEndpoint.UpdateDefinitionStages.WithSubnet<ParentT>The stage of the traffic manager endpoint definition allowing to specify subnets.static interfaceTrafficManagerEndpoint.UpdateDefinitionStages.WithTrafficDisabled<ParentT>The stage of the traffic manager endpoint definition allowing to disable the endpoint.
-