AuthorizationRule Class
- java.
lang. Object - com.
microsoft. azure. servicebus. management. AuthorizationRule
- com.
public abstract class AuthorizationRule
Constructor Summary
Constructor | Description | |
---|---|---|
AuthorizationRule() |
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String | getClaimType() |
Instant | getCreatedTime() |
abstract String | getKeyName() |
Instant | getModifiedTime() |
abstract
List<Access |
getRights() |
abstract void | setKeyName(String keyName) |
abstract void | setRights(List<AccessRights> rights) |
Methods inherited from java.lang.Object
Constructor Details
AuthorizationRule
public AuthorizationRule()
Method Details
getClaimType
public abstract String getClaimType()
getCreatedTime
public Instant getCreatedTime()
getKeyName
public abstract String getKeyName()
getModifiedTime
public Instant getModifiedTime()
getRights
public abstract List
setKeyName
public abstract void setKeyName(String keyName)
Parameters:
keyName
setRights
public abstract void setRights(List
Parameters:
rights
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java