Interface Key.DefinitionStages.WithKeyOperations

    • Method Detail

      • withKeyOperations

        Key.DefinitionStages.WithCreate withKeyOperations​(List<com.azure.security.keyvault.keys.models.KeyOperation> keyOperations)
        Specifies the list of allowed key operations. By default all operations are allowed.
        Parameters:
        keyOperations - the list of JWK operations
        Returns:
        the next stage of the definition
      • withKeyOperations

        Key.DefinitionStages.WithCreate withKeyOperations​(com.azure.security.keyvault.keys.models.KeyOperation... keyOperations)
        Specifies the list of allowed key operations. By default all operations are allowed.
        Parameters:
        keyOperations - the list of JWK operations
        Returns:
        the next stage of the definition