### YamlMime:JavaEnum uid: "com.azure.monitor.query.models.LogsQueryResultStatus" fullName: "com.azure.monitor.query.models.LogsQueryResultStatus" name: "LogsQueryResultStatus" nameWithType: "LogsQueryResultStatus" summary: "Enum to indicate the status of a logs query result." inheritances: - "" - "" inheritedClassMethods: - classRef: "java.lang.Enum" methodsRef: - "valueOf" - "clone" - "compareTo" - "describeConstable" - "equals" - "finalize" - "getDeclaringClass" - "hashCode" - "name" - "ordinal" - "toString" - classRef: "java.lang.Object" methodsRef: - "getClass" - "notify" - "notifyAll" - "wait" - "wait" - "wait" syntax: "public enum **LogsQueryResultStatus**
extends Enum<>" fields: - uid: "com.azure.monitor.query.models.LogsQueryResultStatus.FAILURE" fullName: "com.azure.monitor.query.models.LogsQueryResultStatus.FAILURE" name: "FAILURE" nameWithType: "LogsQueryResultStatus.FAILURE" summary: "Unsuccessful logs query result." desc: "Unsuccessful logs query result." - uid: "com.azure.monitor.query.models.LogsQueryResultStatus.PARTIAL_FAILURE" fullName: "com.azure.monitor.query.models.LogsQueryResultStatus.PARTIAL_FAILURE" name: "PARTIAL_FAILURE" nameWithType: "LogsQueryResultStatus.PARTIAL_FAILURE" summary: "Partially successful logs query result." desc: "Partially successful logs query result." - uid: "com.azure.monitor.query.models.LogsQueryResultStatus.SUCCESS" fullName: "com.azure.monitor.query.models.LogsQueryResultStatus.SUCCESS" name: "SUCCESS" nameWithType: "LogsQueryResultStatus.SUCCESS" summary: "Successful logs query result." desc: "Successful logs query result." methods: - uid: "com.azure.monitor.query.models.LogsQueryResultStatus.valueOf(java.lang.String)" fullName: "com.azure.monitor.query.models.LogsQueryResultStatus.valueOf(String name)" name: "valueOf(String name)" nameWithType: "LogsQueryResultStatus.valueOf(String name)" modifiers: - "static" parameters: - name: "name" type: "String" syntax: "public static LogsQueryResultStatus valueOf(String name)" returns: type: "" - uid: "com.azure.monitor.query.models.LogsQueryResultStatus.values()" fullName: "com.azure.monitor.query.models.LogsQueryResultStatus.values()" name: "values()" nameWithType: "LogsQueryResultStatus.values()" modifiers: - "static" syntax: "public static LogsQueryResultStatus[] values()" returns: type: "[]" desc: "Enum to indicate the status of a logs query result." metadata: {} package: "com.azure.monitor.query.models" artifact: com.azure:azure-monitor-query:1.5.3