次の方法で共有


ComponentPolicyStatesQueryResults Interface

public interface ComponentPolicyStatesQueryResults

An immutable client-side representation of ComponentPolicyStatesQueryResults.

Method Summary

Modifier and Type Method and Description
abstract ComponentPolicyStatesQueryResultsInner innerModel()

Gets the inner com.azure.resourcemanager.policyinsights.fluent.models.ComponentPolicyStatesQueryResultsInner object.

abstract String odataContext()

Gets the odataContext property: OData context string; used by OData clients to resolve type information based on metadata.

abstract Integer odataCount()

Gets the odataCount property: OData entity count; represents the number of policy state records returned.

abstract List<ComponentPolicyState> 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:

the inner object.

odataContext

public abstract String odataContext()

Gets the odataContext property: OData context string; used by OData clients to resolve type information based on metadata.

Returns:

the odataContext value.

odataCount

public abstract Integer odataCount()

Gets the odataCount property: OData entity count; represents the number of policy state records returned.

Returns:

the odataCount value.

value

public abstract List<ComponentPolicyState> value()

Gets the value property: Query results.

Returns:

the value value.

Applies to