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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<PolicyAssignment>listByResource(String resourceId)List policy assignments of the resource.-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating
define
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById
deleteById, deleteByIdAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById
getById, getByIdAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing
list, listAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsListingByResourceGroup
listByResourceGroup, listByResourceGroupAsync
-
-
-
-
Method Detail
-
listByResource
com.azure.core.http.rest.PagedIterable<PolicyAssignment> listByResource(String resourceId)
List policy assignments of the resource.- Parameters:
resourceId- the ID of the resource- Returns:
- the list of policy assignments
-
-