| Modifier and Type | Field and Description |
|---|---|
static AccessRights |
AccessRights.LISTEN
Static value Listen for AccessRights.
|
static AccessRights |
AccessRights.MANAGE
Static value Manage for AccessRights.
|
static AccessRights |
AccessRights.SEND
Static value Send for AccessRights.
|
| Modifier and Type | Method and Description |
|---|---|
static AccessRights |
AccessRights.fromString(String name)
Creates or finds a AccessRights from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
List<AccessRights> |
DisasterRecoveryPairingAuthorizationRule.rights() |
List<AccessRights> |
AuthorizationRule.rights() |
static Collection<AccessRights> |
AccessRights.values() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/