TrafficManagerProfile.Definition 接口
定义
The entirety of the traffic manager profile definition.
public interface Definition extends TrafficManagerProfile.DefinitionStages.Blank,TrafficManagerProfile.DefinitionStages.WithLeafDomainLabel,TrafficManagerProfile.DefinitionStages.WithTrafficRoutingMethod,TrafficManagerProfile.DefinitionStages.WithCreate
继承成员
Creatable<T>.create()
Creatable<T>.createAsync(final ServiceCallback<T> callback)
Creatable<T>.createAsync()
TrafficManagerProfile.DefinitionStages.WithEndpoint.defineAzureTargetEndpoint(String name)
TrafficManagerProfile.DefinitionStages.WithEndpoint.defineExternalTargetEndpoint(String name)
TrafficManagerProfile.DefinitionStages.WithEndpoint.defineNestedTargetEndpoint(String name)
Indexable.key()
HasName.name()
TrafficManagerProfile.DefinitionStages.WithTrafficRoutingMethod.withGeographicBasedRouting()
TrafficManagerProfile.DefinitionStages.WithMonitoringConfiguration.withHttpMonitoring()
TrafficManagerProfile.DefinitionStages.WithMonitoringConfiguration.withHttpMonitoring(int port, String path)
TrafficManagerProfile.DefinitionStages.WithMonitoringConfiguration.withHttpsMonitoring()
TrafficManagerProfile.DefinitionStages.WithMonitoringConfiguration.withHttpsMonitoring(int port, String path)
TrafficManagerProfile.DefinitionStages.WithLeafDomainLabel.withLeafDomainLabel(String dnsLabel)
TrafficManagerProfile.DefinitionStages.WithTrafficRoutingMethod.withPerformanceBasedRouting()
TrafficManagerProfile.DefinitionStages.WithTrafficRoutingMethod.withPriorityBasedRouting()
TrafficManagerProfile.DefinitionStages.WithProfileStatus.withProfileStatusDisabled()
Resource.DefinitionWithTags<T>.withTag(String key, String value)
Resource.DefinitionWithTags<T>.withTags(Map<String, String> tags)
TrafficManagerProfile.DefinitionStages.WithTtl.withTimeToLive(int ttlInSeconds)
TrafficManagerProfile.DefinitionStages.WithTrafficRoutingMethod.withTrafficRoutingMethod(TrafficRoutingMethod routingMethod)
TrafficManagerProfile.DefinitionStages.WithTrafficRoutingMethod.withWeightBasedRouting()