class Azure::Armrest::Role::AssignmentService

Base class for managing Role Assignments

Public Class Methods

new(armrest_configuration, options = {}) click to toggle source

Create and return a new AssignmentService instance.

Calls superclass method Azure::Armrest::ArmrestService::new
# File lib/azure/armrest/role/assignment_service.rb, line 11
def initialize(armrest_configuration, options = {})
  super(armrest_configuration, 'roleAssignments', 'Microsoft.Authorization', options)
end