Interface EntityExpandResponse
public interface EntityExpandResponse
An immutable client-side representation of EntityExpandResponse.
-
Method Summary
-
Method Details
-
metadata
ExpansionResultsMetadata metadata()Gets the metadata property: The metadata from the expansion operation results.- Returns:
- the metadata value.
-
value
EntityExpandResponseValue value()Gets the value property: The expansion result values.- Returns:
- the value value.
-
innerModel
EntityExpandResponseInner innerModel()Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.EntityExpandResponseInner object.- Returns:
- the inner object.
-