public interface com.microsoft.azure.management.graphrbac.RoleDefinitions extends com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<com.microsoft.azure.management.graphrbac.RoleDefinition>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.graphrbac.implementation.GraphRbacManager>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.graphrbac.implementation.RoleDefinitionsInner>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.microsoft.azure.management.graphrbac.RoleDefinitions
  super_class: java.lang.Object
{
  public abstract rx.Observable<com.microsoft.azure.management.graphrbac.RoleDefinition> getByScopeAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/graphrbac/RoleDefinition;>;
    MethodParameters:
       Name  Flags
      scope  
      name   

  public abstract com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.graphrbac.RoleDefinition> getByScopeAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.graphrbac.RoleDefinition>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/graphrbac/RoleDefinition;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/graphrbac/RoleDefinition;>;
    MethodParameters:
          Name  Flags
      scope     
      name      
      callback  

  public abstract com.microsoft.azure.management.graphrbac.RoleDefinition getByScope(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/graphrbac/RoleDefinition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      scope  
      name   

  public abstract rx.Observable<com.microsoft.azure.management.graphrbac.RoleDefinition> getByScopeAndRoleNameAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/graphrbac/RoleDefinition;>;
    MethodParameters:
          Name  Flags
      scope     
      roleName  

  public abstract com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.graphrbac.RoleDefinition> getByScopeAndRoleNameAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.graphrbac.RoleDefinition>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/graphrbac/RoleDefinition;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/graphrbac/RoleDefinition;>;
    MethodParameters:
          Name  Flags
      scope     
      roleName  
      callback  

  public abstract com.microsoft.azure.management.graphrbac.RoleDefinition getByScopeAndRoleName(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/graphrbac/RoleDefinition;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      scope     
      roleName  

  public abstract rx.Observable<com.microsoft.azure.management.graphrbac.RoleDefinition> listByScopeAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/graphrbac/RoleDefinition;>;
    MethodParameters:
       Name  Flags
      scope  

  public abstract com.microsoft.azure.PagedList<com.microsoft.azure.management.graphrbac.RoleDefinition> listByScope(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/graphrbac/RoleDefinition;>;
    MethodParameters:
       Name  Flags
      scope  
}
Signature: Ljava/lang/Object;Lcom/microsoft/azure/management/resources/fluentcore/arm/collection/SupportsGettingById<Lcom/microsoft/azure/management/graphrbac/RoleDefinition;>;Lcom/microsoft/azure/management/resources/fluentcore/arm/models/HasManager<Lcom/microsoft/azure/management/graphrbac/implementation/GraphRbacManager;>;Lcom/microsoft/azure/management/resources/fluentcore/model/HasInner<Lcom/microsoft/azure/management/graphrbac/implementation/RoleDefinitionsInner;>;
SourceFile: "RoleDefinitions.java"
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.Fluent(ContainerName = "/Microsoft.Azure.Management.Graph.RBAC.Fluent")