Uses of Class
com.azure.resourcemanager.trafficmanager.models.TrafficViewEnrollmentStatus
Packages that use TrafficViewEnrollmentStatus
Package
Description
Package containing the inner data models for TrafficManagerManagementClient.
Package containing the data models for TrafficManagerManagementClient.
-
Uses of TrafficViewEnrollmentStatus in com.azure.resourcemanager.trafficmanager.fluent.models
Methods in com.azure.resourcemanager.trafficmanager.fluent.models that return TrafficViewEnrollmentStatusModifier and TypeMethodDescriptionProfileInner.trafficViewEnrollmentStatus()Get the trafficViewEnrollmentStatus property: Indicates whether Traffic View is 'Enabled' or 'Disabled' for the Traffic Manager profile.ProfileProperties.trafficViewEnrollmentStatus()Get the trafficViewEnrollmentStatus property: Indicates whether Traffic View is 'Enabled' or 'Disabled' for the Traffic Manager profile.Methods in com.azure.resourcemanager.trafficmanager.fluent.models with parameters of type TrafficViewEnrollmentStatusModifier and TypeMethodDescriptionProfileInner.withTrafficViewEnrollmentStatus(TrafficViewEnrollmentStatus trafficViewEnrollmentStatus) Set the trafficViewEnrollmentStatus property: Indicates whether Traffic View is 'Enabled' or 'Disabled' for 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. -
Uses of TrafficViewEnrollmentStatus in com.azure.resourcemanager.trafficmanager.models
Fields in com.azure.resourcemanager.trafficmanager.models declared as TrafficViewEnrollmentStatusModifier and TypeFieldDescriptionstatic final TrafficViewEnrollmentStatusTrafficViewEnrollmentStatus.DISABLEDStatic value Disabled for TrafficViewEnrollmentStatus.static final TrafficViewEnrollmentStatusTrafficViewEnrollmentStatus.ENABLEDStatic value Enabled for TrafficViewEnrollmentStatus.Methods in com.azure.resourcemanager.trafficmanager.models that return TrafficViewEnrollmentStatusModifier and TypeMethodDescriptionstatic TrafficViewEnrollmentStatusTrafficViewEnrollmentStatus.fromString(String name) Creates or finds a TrafficViewEnrollmentStatus from its string representation.Methods in com.azure.resourcemanager.trafficmanager.models that return types with arguments of type TrafficViewEnrollmentStatusModifier and TypeMethodDescriptionTrafficViewEnrollmentStatus.values()Gets known TrafficViewEnrollmentStatus values.