Interface GetQueriesResponse
public interface GetQueriesResponse
An immutable client-side representation of GetQueriesResponse.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.securityinsights.fluent.models.GetQueriesResponseInner object.value()
Gets the value property: The query result values.
-
Method Details
-
value
List<EntityQueryItem> value()Gets the value property: The query result values.- Returns:
- the value value.
-
innerModel
GetQueriesResponseInner innerModel()Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.GetQueriesResponseInner object.- Returns:
- the inner object.
-