Interface PolicyAssignments
- All Superinterfaces:
SupportsCreating<PolicyAssignment.DefinitionStages.Blank>
,SupportsDeletingById
,SupportsGettingById<PolicyAssignment>
,SupportsListing<PolicyAssignment>
,SupportsListingByResourceGroup<PolicyAssignment>
public interface PolicyAssignments
extends SupportsListing<PolicyAssignment>, SupportsListingByResourceGroup<PolicyAssignment>, SupportsGettingById<PolicyAssignment>, SupportsCreating<PolicyAssignment.DefinitionStages.Blank>, SupportsDeletingById
Entry point to policy assignment management API.
-
Method Summary
Modifier and TypeMethodDescriptioncom.microsoft.azure.PagedList<PolicyAssignment>
listByResource
(String resourceId) List policy assignments of the resource.Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating
define
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById
deleteById, deleteByIdAsync, deleteByIdAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById
getById, getByIdAsync, getByIdAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing
list, listAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup
listByResourceGroup, listByResourceGroupAsync
-
Method Details
-
listByResource
List policy assignments of the resource.- Parameters:
resourceId
- the ID of the resource- Returns:
- the list of policy assignments
-