| Package | Description |
|---|---|
| com.microsoft.azure.management.servicebus |
This package contains the classes for ServiceBusManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
static AccessRights |
AccessRights.fromString(String value)
Parses a serialized value to a AccessRights instance.
|
static AccessRights |
AccessRights.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessRights[] |
AccessRights.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<AccessRights> |
AuthorizationRule.rights() |
| Modifier and Type | Method and Description |
|---|---|
ServiceBusSubscription.DefinitionStages.WithCreate |
ServiceBusSubscription.DefinitionStages.WithAuthorizationRule.withNewAuthorizationRule(String name,
AccessRights... rights)
Creates an authorization rule for the subscription.
|
ServiceBusSubscription.Update |
ServiceBusSubscription.UpdateStages.WithAuthorizationRule.withNewAuthorizationRule(String name,
AccessRights... rights)
Creates an authorization rule for the subscription.
|
Copyright © 2019. All rights reserved.