Uses of Interface
com.azure.resourcemanager.trafficmanager.models.TrafficManagerProfile.DefinitionStages.WithCreate
Packages that use TrafficManagerProfile.DefinitionStages.WithCreate
Package
Description
Package containing the data models for TrafficManagerManagementClient.
null.
-
Uses of TrafficManagerProfile.DefinitionStages.WithCreate in com.azure.resourcemanager.trafficmanager.models
Subinterfaces of TrafficManagerProfile.DefinitionStages.WithCreate in com.azure.resourcemanager.trafficmanager.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the traffic manager profile definition.Subinterfaces with type arguments of type TrafficManagerProfile.DefinitionStages.WithCreate in com.azure.resourcemanager.trafficmanager.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe stage of the definition which contains all the minimum required inputs for the resource to be created (viaCreatable.create()), but also allows for any other optional settings to be specified.Methods in com.azure.resourcemanager.trafficmanager.models that return TrafficManagerProfile.DefinitionStages.WithCreateModifier and TypeMethodDescriptionTrafficManagerProfile.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.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.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.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.WithProfileStatus.withProfileStatusDisabled()Specify that the profile needs to be disabled.TrafficManagerProfile.DefinitionStages.WithTtl.withTimeToLive(int ttlInSeconds) Specify the DNS TTL in seconds.Methods in com.azure.resourcemanager.trafficmanager.models that return types with arguments of type TrafficManagerProfile.DefinitionStages.WithCreateModifier and TypeMethodDescriptionTrafficManagerEndpoint.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.