Uses of Interface
com.azure.resourcemanager.keyvault.models.AccessPolicy
-
Packages that use AccessPolicy Package Description com.azure.resourcemanager.keyvault.models Package containing the data models for KeyVaultManagementClient. -
-
Uses of AccessPolicy in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return types with arguments of type AccessPolicy Modifier and Type Method Description List<AccessPolicy>Vault. accessPolicies()Methods in com.azure.resourcemanager.keyvault.models with parameters of type AccessPolicy Modifier and Type Method Description Vault.DefinitionStages.WithCreateVault.DefinitionStages.WithAccessPolicy. withAccessPolicy(AccessPolicy accessPolicy)Attach an existing access policy.Vault.UpdateVault.UpdateStages.WithAccessPolicy. withAccessPolicy(AccessPolicy accessPolicy)Attach an existing access policy.
-