Uses of Class
com.azure.resourcemanager.trafficmanager.models.TrafficViewEnrollmentStatus
-
Packages that use TrafficViewEnrollmentStatus Package Description com.azure.resourcemanager.trafficmanager.fluent.models Package containing the inner data models for TrafficManagerManagementClient.com.azure.resourcemanager.trafficmanager.models 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 TrafficViewEnrollmentStatus Modifier and Type Method Description TrafficViewEnrollmentStatusProfileInner. 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 TrafficViewEnrollmentStatus Modifier and Type Method Description ProfileInnerProfileInner. 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 TrafficViewEnrollmentStatus Modifier and Type Field Description static TrafficViewEnrollmentStatusTrafficViewEnrollmentStatus. DISABLEDStatic value Disabled for TrafficViewEnrollmentStatus.static TrafficViewEnrollmentStatusTrafficViewEnrollmentStatus. ENABLEDStatic value Enabled for TrafficViewEnrollmentStatus.Methods in com.azure.resourcemanager.trafficmanager.models that return TrafficViewEnrollmentStatus Modifier and Type Method Description static 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 TrafficViewEnrollmentStatus Modifier and Type Method Description static Collection<TrafficViewEnrollmentStatus>TrafficViewEnrollmentStatus. values()
-