AccessPolicy.DefinitionStages.WithAttach<ParentT> Interface
Type Parameters
- ParentT
the return type of WithAttach#attach()
Implements
WithPermissions<ParentT>
InUpdate<ParentT>
public static interface AccessPolicy.DefinitionStages.WithAttach
extends InUpdate<ParentT>, 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 WithAttach#attach().
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java