PolicyAssignmentListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.resources.models.PolicyAssignmentListResult

public final class PolicyAssignmentListResult

List of policy assignments.

Constructor Summary

Constructor Description
PolicyAssignmentListResult()

Creates an instance of PolicyAssignmentListResult class.

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: The URL to use for getting the next set of results.

void validate()

Validates the instance.

List<PolicyAssignmentInner> value()

Get the value property: An array of policy assignments.

PolicyAssignmentListResult withNextLink(String nextLink)

Set the nextLink property: The URL to use for getting the next set of results.

PolicyAssignmentListResult withValue(List<PolicyAssignmentInner> value)

Set the value property: An array of policy assignments.

Methods inherited from java.lang.Object

Constructor Details

PolicyAssignmentListResult

public PolicyAssignmentListResult()

Creates an instance of PolicyAssignmentListResult class.

Method Details

nextLink

public String nextLink()

Get the nextLink property: The URL to use for getting the next set of results.

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: An array of policy assignments.

Returns:

the value value.

withNextLink

public PolicyAssignmentListResult withNextLink(String nextLink)

Set the nextLink property: The URL to use for getting the next set of results.

Parameters:

nextLink - the nextLink value to set.

Returns:

the PolicyAssignmentListResult object itself.

withValue

public PolicyAssignmentListResult withValue(List value)

Set the value property: An array of policy assignments.

Parameters:

value - the value value to set.

Returns:

the PolicyAssignmentListResult object itself.

Applies to