你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SBAuthorizationRuleInner Class

public final class SBAuthorizationRuleInner
extends Resource

Description of a namespace authorization rule.

Constructor Summary

Constructor Description
SBAuthorizationRuleInner()

Method Summary

Modifier and Type Method and Description
String location()

Get the location property: The geo-location where the resource lives.

List<AccessRights> rights()

Get the rights property: The rights associated with the rule.

SystemData systemData()

Get the systemData property: The system meta data relating to this resource.

void validate()

Validates the instance.

SBAuthorizationRuleInner withRights(List<AccessRights> rights)

Set the rights property: The rights associated with the rule.

Methods inherited from ProxyResource

Methods inherited from Resource

Methods inherited from java.lang.Object

Constructor Details

SBAuthorizationRuleInner

public SBAuthorizationRuleInner()

Method Details

location

public String location()

Get the location property: The geo-location where the resource lives.

Overrides:

SBAuthorizationRuleInner.location()

Returns:

the location value.

rights

public List rights()

Get the rights property: The rights associated with the rule.

Returns:

the rights value.

systemData

public SystemData systemData()

Get the systemData property: The system meta data relating to this resource.

Returns:

the systemData value.

validate

public void validate()

Validates the instance.

withRights

public SBAuthorizationRuleInner withRights(List rights)

Set the rights property: The rights associated with the rule.

Parameters:

rights - the rights value to set.

Returns:

the SBAuthorizationRuleInner object itself.

Applies to