Uses of Class
com.azure.resourcemanager.trafficmanager.fluent.models.ProfileProperties
Packages that use ProfileProperties
Package
Description
Package containing the inner data models for TrafficManagerManagementClient.
-
Uses of ProfileProperties in com.azure.resourcemanager.trafficmanager.fluent.models
Methods in com.azure.resourcemanager.trafficmanager.fluent.models that return ProfilePropertiesModifier and TypeMethodDescriptionstatic ProfilePropertiesProfileProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ProfileProperties from the JsonReader.ProfileProperties.withAllowedEndpointRecordTypes(List<AllowedEndpointRecordType> allowedEndpointRecordTypes) Set the allowedEndpointRecordTypes property: The list of allowed endpoint record types.ProfileProperties.withDnsConfig(DnsConfig dnsConfig) Set the dnsConfig property: The DNS settings of the Traffic Manager profile.ProfileProperties.withEndpoints(List<EndpointInner> endpoints) Set the endpoints property: The list of endpoints in the Traffic Manager profile.ProfileProperties.withMaxReturn(Long maxReturn) Set the maxReturn property: Maximum number of endpoints to be returned for MultiValue routing type.ProfileProperties.withMonitorConfig(MonitorConfig monitorConfig) Set the monitorConfig property: The endpoint monitoring settings of the Traffic Manager profile.ProfileProperties.withProfileStatus(ProfileStatus profileStatus) Set the profileStatus property: The status of the Traffic Manager profile.ProfileProperties.withTrafficRoutingMethod(TrafficRoutingMethod trafficRoutingMethod) Set the trafficRoutingMethod property: The traffic routing method of the Traffic Manager profile.ProfileProperties.withTrafficViewEnrollmentStatus(TrafficViewEnrollmentStatus trafficViewEnrollmentStatus) Set the trafficViewEnrollmentStatus property: Indicates whether Traffic View is 'Enabled' or 'Disabled' for the Traffic Manager profile.