PolicyAssignments Interface

public interface PolicyAssignments extends SupportsListing,SupportsListingByResourceGroup,SupportsGettingById,SupportsCreating<PolicyAssignment.DefinitionStages.Blank>,SupportsDeletingById

Entry point to policy assignment management API.

Method Summary

Modifier and Type Method and Description
PagedList<PolicyAssignment> listByResource(final String resourceId)

List policy assignments of the resource.

Inherited Members

Method Details

listByResource

public PagedList listByResource(final String resourceId)

List policy assignments of the resource.

Parameters:

resourceId - the ID of the resource

Returns:

the list of policy assignments

Applies to