public interface PolicyAssignments extends SupportsListing<PolicyAssignment>, SupportsListingByResourceGroup<PolicyAssignment>, SupportsGettingById<PolicyAssignment>, SupportsCreating<PolicyAssignment.DefinitionStages.Blank>, SupportsDeletingById
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.azure.PagedList<PolicyAssignment> |
listByResource(String resourceId)
List policy assignments of the resource.
|
list, listAsynclistByResourceGroup, listByResourceGroupAsyncgetById, getByIdAsync, getByIdAsyncdefinedeleteById, deleteByIdAsync, deleteByIdAsynccom.microsoft.azure.PagedList<PolicyAssignment> listByResource(String resourceId)
resourceId - the ID of the resource/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/