Class RoleAssignmentInner

java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.RoleAssignmentInner

public final class RoleAssignmentInner extends Object
Role Assignments.
  • Constructor Details

    • RoleAssignmentInner

      public RoleAssignmentInner()
  • Method Details

    • id

      public String id()
      Get the id property: The role assignment ID.
      Returns:
      the id value.
    • name

      public String name()
      Get the name property: The role assignment name.
      Returns:
      the name value.
    • type

      public String type()
      Get the type property: The role assignment type.
      Returns:
      the type value.
    • properties

      public RoleAssignmentPropertiesWithScope properties()
      Get the properties property: Role assignment properties.
      Returns:
      the properties value.
    • withProperties

      public RoleAssignmentInner withProperties(RoleAssignmentPropertiesWithScope properties)
      Set the properties property: Role assignment properties.
      Parameters:
      properties - the properties value to set.
      Returns:
      the RoleAssignmentInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.