public static interface TrafficManagerEndpoint.UpdateDefinitionStages
Modifier and Type | Interface and Description |
---|---|
static interface |
TrafficManagerEndpoint.UpdateDefinitionStages.AzureTargetEndpointBlank<ParentT>
The first stage of a traffic manager profile Azure endpoint definition.
|
static interface |
TrafficManagerEndpoint.UpdateDefinitionStages.ExternalTargetEndpointBlank<ParentT>
The first stage of a traffic manager profile external endpoint definition.
|
static interface |
TrafficManagerEndpoint.UpdateDefinitionStages.NestedProfileTargetEndpointBlank<ParentT>
The first stage of a traffic manager profile nested profile endpoint definition.
|
static interface |
TrafficManagerEndpoint.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of the traffic manager profile endpoint definition.
|
static interface |
TrafficManagerEndpoint.UpdateDefinitionStages.WithAzureResource<ParentT>
The stage of the traffic manager profile Azure endpoint definition allowing to specify the ID
of the target Azure resource.
|
static interface |
TrafficManagerEndpoint.UpdateDefinitionStages.WithCustomHeader<ParentT>
The stage of the traffic manager endpoint definition allowing to specify custom headers.
|
static interface |
TrafficManagerEndpoint.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 interface |
TrafficManagerEndpoint.UpdateDefinitionStages.WithFqdn<ParentT>
The stage of the traffic manager profile external endpoint definition allowing to specify
the FQDN.
|
static interface |
TrafficManagerEndpoint.UpdateDefinitionStages.WithGeographicLocation<ParentT>
The stage of the traffic manager endpoint definition allowing to specify the geographic region.
|
static interface |
TrafficManagerEndpoint.UpdateDefinitionStages.WithNestedProfile<ParentT>
The stage of the traffic manager nested profile endpoint definition allowing to specify the profile.
|
static interface |
TrafficManagerEndpoint.UpdateDefinitionStages.WithRoutingPriority<ParentT>
The stage of the traffic manager endpoint definition allowing to specify the endpoint priority.
|
static interface |
TrafficManagerEndpoint.UpdateDefinitionStages.WithRoutingWeight<ParentT>
The stage of the traffic manager endpoint definition allowing to specify the endpoint weight.
|
static interface |
TrafficManagerEndpoint.UpdateDefinitionStages.WithSourceTrafficRegion<ParentT>
The stage of the traffic manager endpoint definition allowing to specify the location of the external
endpoint.
|
static interface |
TrafficManagerEndpoint.UpdateDefinitionStages.WithSourceTrafficRegionThenThreshold<ParentT>
The stage of the traffic manager endpoint definition allowing to specify the location of the nested
endpoint.
|
static interface |
TrafficManagerEndpoint.UpdateDefinitionStages.WithSubnet<ParentT>
The stage of the traffic manager endpoint definition allowing to specify subnets.
|
static interface |
TrafficManagerEndpoint.UpdateDefinitionStages.WithTrafficDisabled<ParentT>
The stage of the traffic manager endpoint definition allowing to disable the endpoint.
|
Copyright © 2019. All rights reserved.