Interface AccessPolicy.DefinitionStages.WithAttach<ParentT>
- Type Parameters:
ParentT
- the return type ofAttachable.InUpdate.attach()
- All Superinterfaces:
AccessPolicy.DefinitionStages.WithPermissions<ParentT>
,Attachable.InUpdate<ParentT>
- All Known Subinterfaces:
AccessPolicy.Definition<ParentT>
- Enclosing interface:
- AccessPolicy.DefinitionStages
public static interface AccessPolicy.DefinitionStages.WithAttach<ParentT>
extends Attachable.InUpdate<ParentT>, AccessPolicy.DefinitionStages.WithPermissions<ParentT>
The final stage of the access policy definition.
At this stage, more permissions can be added or application ID can be specified,
or the access policy definition can be attached to the parent key vault definition
using Attachable.InUpdate.attach()
.
-
Method Summary
Methods inherited from interface com.microsoft.azure.management.keyvault.AccessPolicy.DefinitionStages.WithPermissions
allowCertificateAllPermissions, allowCertificatePermissions, allowCertificatePermissions, allowKeyAllPermissions, allowKeyPermissions, allowKeyPermissions, allowSecretAllPermissions, allowSecretPermissions, allowSecretPermissions, allowStorageAllPermissions, allowStoragePermissions, allowStoragePermissions
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Attachable.InUpdate
attach