PolicyMetadataCollection Class

  • java.lang.Object
    • com.azure.resourcemanager.policyinsights.models.PolicyMetadataCollection

public final class PolicyMetadataCollection

Collection of policy metadata resources.

Constructor Summary

Constructor Description
PolicyMetadataCollection()

Creates an instance of PolicyMetadataCollection class.

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: The URL to get the next set of results.

void validate()

Validates the instance.

List<SlimPolicyMetadataInner> value()

Get the value property: Array of policy metadata definitions.

Methods inherited from java.lang.Object

Constructor Details

PolicyMetadataCollection

public PolicyMetadataCollection()

Creates an instance of PolicyMetadataCollection class.

Method Details

nextLink

public String nextLink()

Get the nextLink property: The URL to get the next set of results.

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: Array of policy metadata definitions.

Returns:

the value value.

Applies to