Class SBAuthorizationRuleInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.servicebus.fluent.models.SBAuthorizationRuleInner
- All Implemented Interfaces:
com.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>
public final class SBAuthorizationRuleInner
extends com.azure.core.management.Resource
Description of a namespace authorization rule.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlocation()Get the location property: The geo-location where the resource lives.rights()Get the rights property: The rights associated with the rule.com.azure.core.management.SystemDataGet the systemData property: The system meta data relating to this resource.voidvalidate()Validates the instance.withRights(List<AccessRights> rights) Set the rights property: The rights associated with the rule.Methods inherited from class com.azure.core.management.Resource
fromJson, tags, toJson, withLocation, withTagsMethods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
SBAuthorizationRuleInner
public SBAuthorizationRuleInner()
-
-
Method Details
-
systemData
public com.azure.core.management.SystemData systemData()Get the systemData property: The system meta data relating to this resource.- Returns:
- the systemData value.
-
location
Get the location property: The geo-location where the resource lives.- Overrides:
locationin classcom.azure.core.management.Resource- Returns:
- the location value.
-
rights
Get the rights property: The rights associated with the rule.- Returns:
- the rights value.
-
withRights
Set the rights property: The rights associated with the rule.- Parameters:
rights- the rights value to set.- Returns:
- the SBAuthorizationRuleInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-