public interface com.microsoft.azure.management.resources.PolicyAssignments extends com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<com.microsoft.azure.management.resources.PolicyAssignment>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<com.microsoft.azure.management.resources.PolicyAssignment>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<com.microsoft.azure.management.resources.PolicyAssignment>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating<com.microsoft.azure.management.resources.PolicyAssignment$DefinitionStages$Blank>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.resources.PolicyAssignments
  super_class: java.lang.Object
{
  public abstract com.microsoft.azure.PagedList<com.microsoft.azure.management.resources.PolicyAssignment> listByResource(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/resources/PolicyAssignment;>;
    MethodParameters:
            Name  Flags
      resourceId  
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/collection/SupportsListing<Lcom/microsoft/azure/management/resources/PolicyAssignment;>;Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/SupportsListingByResourceGroup<Lcom/microsoft/azure/management/resources/PolicyAssignment;>;Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/SupportsGettingById<Lcom/microsoft/azure/management/resources/PolicyAssignment;>;Lcom/microsoft/azure/management/resources/fluentcore/collection/SupportsCreating<Lcom/microsoft/azure/management/resources/PolicyAssignment$DefinitionStages$Blank;>;Lcom/microsoft/azure/management/resources/fluentcore/collection/SupportsDeletingById;
SourceFile: "PolicyAssignments.java"
InnerClasses:
  public abstract DefinitionStages = com.microsoft.azure.management.resources.PolicyAssignment$DefinitionStages of com.microsoft.azure.management.resources.PolicyAssignment
  public abstract Blank = com.microsoft.azure.management.resources.PolicyAssignment$DefinitionStages$Blank of com.microsoft.azure.management.resources.PolicyAssignment$DefinitionStages
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Fluent()