class Azure::Armrest::Role::DefinitionService
Base class for managing Role
Definitions
Public Class Methods
new(armrest_configuration, options = {})
click to toggle source
Create and return a new DefinitionService
instance.
Calls superclass method
Azure::Armrest::ArmrestService::new
# File lib/azure/armrest/role/definition_service.rb, line 11 def initialize(armrest_configuration, options = {}) super(armrest_configuration, 'roleDefinitions', 'Microsoft.Authorization', options) end