Class RoleAssignmentInner
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.RoleAssignmentInner
Role Assignments.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionid()Get the id property: The role assignment ID.name()Get the name property: The role assignment name.Get the properties property: Role assignment properties.type()Get the type property: The role assignment type.voidvalidate()Validates the instance.withProperties(RoleAssignmentPropertiesWithScope properties) Set the properties property: Role assignment properties.
-
Constructor Details
-
RoleAssignmentInner
public RoleAssignmentInner()
-
-
Method Details
-
id
Get the id property: The role assignment ID.- Returns:
- the id value.
-
name
Get the name property: The role assignment name.- Returns:
- the name value.
-
type
Get the type property: The role assignment type.- Returns:
- the type value.
-
properties
Get the properties property: Role assignment properties.- Returns:
- the properties value.
-
withProperties
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.
-