NamespaceAuthorizationRule Interface
public interface NamespaceAuthorizationRule extends AuthorizationRule,Updatable<NamespaceAuthorizationRule.Update>
Type representing authorization rule defined for namespace.
Method Summary
Modifier and Type | Method and Description |
---|---|
String | namespaceName() |
Inherited Members
AuthorizationRule<RuleT>.getKeys()
AuthorizationRule<RuleT>.getKeysAsync()
AuthorizationRule<RuleT>.regenerateKey(Policykey policykey)
AuthorizationRule<RuleT>.regenerateKeyAsync(Policykey policykey)
AuthorizationRule<RuleT>.rights()
Updatable<T>.update()
Method Details
namespaceName
public String namespaceName()
Returns:
the name of the parent namespace name
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