public static interface AccessPolicy.UpdateDefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AccessPolicy.UpdateDefinitionStages.Blank<ParentT>
The first stage of an access policy definition.
|
static interface |
AccessPolicy.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of the access policy definition.
|
static interface |
AccessPolicy.UpdateDefinitionStages.WithIdentity<ParentT>
The access policy definition stage allowing the Active Directory identity to be specified.
|
static interface |
AccessPolicy.UpdateDefinitionStages.WithPermissions<ParentT>
The access policy definition stage allowing permissions to be added.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/