public class SBAuthorizationRuleInner
extends com.azure.core.management.Resource
| Constructor and Description |
|---|
SBAuthorizationRuleInner() |
| Modifier and Type | Method and Description |
|---|---|
List<AccessRights> |
rights()
Get the rights property: The rights associated with the rule.
|
void |
validate()
Validates the instance.
|
SBAuthorizationRuleInner |
withRights(List<AccessRights> rights)
Set the rights property: The rights associated with the rule.
|
public List<AccessRights> rights()
public SBAuthorizationRuleInner withRights(List<AccessRights> rights)
rights - the rights value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.