Uses of Interface
com.microsoft.azure.management.trafficmanager.TrafficManagerProfile.DefinitionStages.WithCreate
-
-
Uses of TrafficManagerProfile.DefinitionStages.WithCreate in com.microsoft.azure.management.trafficmanager
Subinterfaces of TrafficManagerProfile.DefinitionStages.WithCreate in com.microsoft.azure.management.trafficmanager Modifier and Type Interface Description static interfaceTrafficManagerProfile.DefinitionThe entirety of the traffic manager profile definition.Methods in com.microsoft.azure.management.trafficmanager that return TrafficManagerProfile.DefinitionStages.WithCreate Modifier and Type Method Description TrafficManagerProfile.DefinitionStages.WithCreateTrafficManagerProfile.DefinitionStages.WithMonitoringConfiguration. withHttpMonitoring()Specify to use HTTP monitoring for the endpoints that checks for HTTP 200 response from the path '/' at regular intervals, using port 80.TrafficManagerProfile.DefinitionStages.WithCreateTrafficManagerProfile.DefinitionStages.WithMonitoringConfiguration. withHttpMonitoring(int port, String path)Specify the HTTP monitoring for the endpoints that checks for HTTP 200 response from the specified path at regular intervals, using the specified port.TrafficManagerProfile.DefinitionStages.WithCreateTrafficManagerProfile.DefinitionStages.WithMonitoringConfiguration. withHttpsMonitoring()Specify to use HTTPS monitoring for the endpoints that checks for HTTPS 200 response from the path '/' at regular intervals, using port 443.TrafficManagerProfile.DefinitionStages.WithCreateTrafficManagerProfile.DefinitionStages.WithMonitoringConfiguration. withHttpsMonitoring(int port, String path)Specify the HTTPS monitoring for the endpoints that checks for HTTPS 200 response from the specified path at regular intervals, using the specified port.TrafficManagerProfile.DefinitionStages.WithCreateTrafficManagerProfile.DefinitionStages.WithProfileStatus. withProfileStatusDisabled()Specify that the profile needs to be disabled.TrafficManagerProfile.DefinitionStages.WithCreateTrafficManagerProfile.DefinitionStages.WithTtl. withTimeToLive(int ttlInSeconds)Specify the DNS TTL in seconds.Methods in com.microsoft.azure.management.trafficmanager that return types with arguments of type TrafficManagerProfile.DefinitionStages.WithCreate Modifier and Type Method Description TrafficManagerEndpoint.DefinitionStages.AzureTargetEndpointBlank<TrafficManagerProfile.DefinitionStages.WithCreate>TrafficManagerProfile.DefinitionStages.WithEndpoint. defineAzureTargetEndpoint(String name)Specifies definition of an Azure endpoint to be attached to the traffic manager profile.TrafficManagerEndpoint.DefinitionStages.ExternalTargetEndpointBlank<TrafficManagerProfile.DefinitionStages.WithCreate>TrafficManagerProfile.DefinitionStages.WithEndpoint. defineExternalTargetEndpoint(String name)Specifies definition of an external endpoint to be attached to the traffic manager profile.TrafficManagerEndpoint.DefinitionStages.NestedProfileTargetEndpointBlank<TrafficManagerProfile.DefinitionStages.WithCreate>TrafficManagerProfile.DefinitionStages.WithEndpoint. defineNestedTargetEndpoint(String name)Specifies definition of an nested profile endpoint to be attached to the traffic manager profile.
-