ComponentPolicyStatesQueryResults Interface
public interface ComponentPolicyStatesQueryResults
An immutable client-side representation of ComponentPolicyStatesQueryResults.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Component |
innerModel()
Gets the inner com. |
| abstract String |
odataContext()
Gets the odata |
| abstract Integer |
odataCount()
Gets the odata |
|
abstract
List<Component |
value()
Gets the value property: Query results. |
Method Details
innerModel
public abstract ComponentPolicyStatesQueryResultsInner innerModel()
Gets the inner com.azure.resourcemanager.policyinsights.fluent.models.ComponentPolicyStatesQueryResultsInner object.
Returns:
odataContext
public abstract String odataContext()
Gets the odataContext property: OData context string; used by OData clients to resolve type information based on metadata.
Returns:
odataCount
public abstract Integer odataCount()
Gets the odataCount property: OData entity count; represents the number of policy state records returned.
Returns:
value
public abstract List<ComponentPolicyState> value()
Gets the value property: Query results.
Returns: