RoleAssignmentCreateParameters Class
- java.
lang. Object - com.
microsoft. azure. management. graphrbac. RoleAssignmentCreateParameters
- com.
public class RoleAssignmentCreateParameters
Role assignment create parameters.
Method Summary
Modifier and Type | Method and Description |
---|---|
RoleAssignmentPropertiesInner |
properties()
Get the properties value. |
Role |
withProperties(RoleAssignmentPropertiesInner properties)
Set the properties value. |
Method Details
properties
public RoleAssignmentPropertiesInner properties()
Get the properties value.
Returns:
the properties value
withProperties
public RoleAssignmentCreateParameters withProperties(RoleAssignmentPropertiesInner properties)
Set the properties value.
Parameters:
properties
- the properties value to set
Returns:
the RoleAssignmentCreateParameters object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java