Uses of Class
com.azure.resourcemanager.trafficmanager.models.ProfileStatus
Packages that use ProfileStatus
Package
Description
Package containing the inner data models for TrafficManagerManagementClient.
Package containing the data models for TrafficManagerManagementClient.
-
Uses of ProfileStatus in com.azure.resourcemanager.trafficmanager.fluent.models
Methods in com.azure.resourcemanager.trafficmanager.fluent.models that return ProfileStatusModifier and TypeMethodDescriptionProfileInner.profileStatus()Get the profileStatus property: The status of the Traffic Manager profile.ProfileProperties.profileStatus()Get the profileStatus property: The status of the Traffic Manager profile.Methods in com.azure.resourcemanager.trafficmanager.fluent.models with parameters of type ProfileStatusModifier and TypeMethodDescriptionProfileInner.withProfileStatus(ProfileStatus profileStatus) Set the profileStatus property: The status of the Traffic Manager profile.ProfileProperties.withProfileStatus(ProfileStatus profileStatus) Set the profileStatus property: The status of the Traffic Manager profile. -
Uses of ProfileStatus in com.azure.resourcemanager.trafficmanager.models
Fields in com.azure.resourcemanager.trafficmanager.models declared as ProfileStatusModifier and TypeFieldDescriptionstatic final ProfileStatusProfileStatus.DISABLEDStatic value Disabled for ProfileStatus.static final ProfileStatusProfileStatus.ENABLEDStatic value Enabled for ProfileStatus.Methods in com.azure.resourcemanager.trafficmanager.models that return ProfileStatusModifier and TypeMethodDescriptionstatic ProfileStatusProfileStatus.fromString(String name) Creates or finds a ProfileStatus from its string representation.Methods in com.azure.resourcemanager.trafficmanager.models that return types with arguments of type ProfileStatusModifier and TypeMethodDescriptionstatic Collection<ProfileStatus>ProfileStatus.values()Gets known ProfileStatus values.