Amazon.ElasticBeanstalk.InstancesHealthAttribute.FindValue C# (CSharp) Méthode

FindValue() public static méthode

Finds the constant for the unique value.
public static FindValue ( string value ) : InstancesHealthAttribute
value string The unique value for the constant
Résultat InstancesHealthAttribute
        public static InstancesHealthAttribute FindValue(string value)
        {
            return FindValue<InstancesHealthAttribute>(value);
        }