Uses of Class
com.azure.resourcemanager.appservice.models.DetectorType
-
Packages that use DetectorType Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of DetectorType in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return DetectorType Modifier and Type Method Description static DetectorTypeDetectorType. fromString(String value)Parses a serialized value to a DetectorType instance.DetectorTypeDetectorInfo. type()Get the type property: Whether this detector is an Analysis Detector or not.static DetectorTypeDetectorType. valueOf(String name)Returns the enum constant of this type with the specified name.static DetectorType[]DetectorType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-